Html Css Color HEX #5FCA2E Kelly Green

📋 copy color: '#5FCA2E'

red 95 ◦ green 202 ◦ blue 46

#5FCA2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #5FCA2E

Tints of Kelly Green #5FCA2E

RGB

 RED value IS 95 (37.5% from 255) = 27.7%

 GREEN value IS 202 (79.3% from 255) = 58.89%

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 27.7%
G = 58.89%
B = 13.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5FCA2E (or 0x5FCA2E) is known color: Kelly Green. HEX triplet: 5F, CA and 2E. RGB value is (95,202,46). Sum of RGB (Red+Green+Blue) = 95+202+46=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA2E is #A035D1. Grayscale: #989898. Windows color (decimal): -10499538 or 3066463. OLE color: 3066463.

HSL color Cylindrical-coordinate representation of color #5FCA2E: hue angle of 101.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FCA2E is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 202 46 -
CMYK 0.53 0 0.77 0.21
HSL 101.15º 0.63% 0.49% -
HSV(B) 101.15º 0.77% 0.79% -
XYZ 26.33 44.87 9.86 -
YUV 152.22 68.05 87.18 -
System Red Green Blue C M Y K H S L
Decimal 95 202 46 0.53 0 0.77 0.21 101.15 0.63 0.49
Hex 5F CA 2E 35 0 4D 15 65 3F 31
Octal 137 312 56 65 0 115 25 145 77 61
Binary 1011111 11001010 101110 110101 0 1001101 10101 1100101 111111 110001

Color Harmonies of #5FCA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA2E

Black with #5FCA2E

Text Example


Text Example

White with #5FCA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FCA2E; }

 p { color: rgb(95,202,46); }

 H1.HeaderClassName
 {
   color: #5FCA2E;
 }
 .AnyTagClassName
 {
   color: #5FCA2E;
 }
</style>

background-color css

<style>
 a { background-color: #5FCA2E; }

 a { background-color: rgb(95,202,46); }

 div.DivClassName
 {
   background-color: #5FCA2E;
 }
 .BgClassName
 {
   background-color: #5FCA2E;
 }
</style>

border-color css

<style>
 span { border-color: #5FCA2E; }

 span { border-color: rgb(95,202,46); }

 td.TdClassName
 {
   border-color: #5FCA2E;
 }
 .TagClassName
 {
   border-color: #5FCA2E;
 }
</style>