Html Css Color HEX #5FCA2A Kelly Green

📋 copy color: '#5FCA2A'

red 95 ◦ green 202 ◦ blue 42

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

Shades of Kelly Green #5FCA2A

Tints of Kelly Green #5FCA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 28.02%
G = 59.59%
B = 12.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#5FCA2A (or 0x5FCA2A) is known color: Kelly Green. HEX triplet: 5F, CA and 2A. RGB value is (95,202,42). Sum of RGB (Red+Green+Blue) = 95+202+42=339 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.02% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA2A is #A035D5. Grayscale: #989898. Windows color (decimal): -10499542 or 2804319. OLE color: 2804319.

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

Color convert

RGB 95 202 42 -
CMYK 0.53 0 0.79 0.21
HSL 100.13º 0.66% 0.48% -
HSV(B) 100.13º 0.79% 0.79% -
XYZ 26.26 44.84 9.46 -
YUV 151.77 66.05 87.51 -
System Red Green Blue C M Y K H S L
Decimal 95 202 42 0.53 0 0.79 0.21 100.13 0.66 0.48
Hex 5F CA 2A 35 0 4F 15 64 42 30
Octal 137 312 52 65 0 117 25 144 102 60
Binary 1011111 11001010 101010 110101 0 1001111 10101 1100100 1000010 110000

Color Harmonies of #5FCA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCA2A

Black with #5FCA2A

Text Example


Text Example

White with #5FCA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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