Html Css Color HEX #5FC02A Kelly Green

📋 copy color: '#5FC02A'

red 95 ◦ green 192 ◦ blue 42

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

Shades of Kelly Green #5FC02A

Tints of Kelly Green #5FC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.36%

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

R = 28.88%
G = 58.36%
B = 12.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#5FC02A (or 0x5FC02A) is known color: Kelly Green. HEX triplet: 5F, C0 and 2A. RGB value is (95,192,42). Sum of RGB (Red+Green+Blue) = 95+192+42=329 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.88% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC02A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC02A is #A03FD5. Grayscale: #929292. Windows color (decimal): -10502102 or 2801759. OLE color: 2801759.

HSL color Cylindrical-coordinate representation of color #5FC02A: hue angle of 98.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FC02A is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 42 -
CMYK 0.51 0 0.78 0.25
HSL 98.8º 0.64% 0.46% -
HSV(B) 98.8º 0.78% 0.75% -
XYZ 23.99 40.3 8.7 -
YUV 145.9 69.36 91.7 -
System Red Green Blue C M Y K H S L
Decimal 95 192 42 0.51 0 0.78 0.25 98.8 0.64 0.46
Hex 5F C0 2A 33 0 4E 19 63 40 2E
Octal 137 300 52 63 0 116 31 143 100 56
Binary 1011111 11000000 101010 110011 0 1001110 11001 1100011 1000000 101110

Color Harmonies of #5FC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC02A

Black with #5FC02A

Text Example


Text Example

White with #5FC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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