Html Css Color HEX #5FC80C Kelly Green

📋 copy color: '#5FC80C'

red 95 ◦ green 200 ◦ blue 12

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

Shades of Kelly Green #5FC80C

Tints of Kelly Green #5FC80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.15%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 30.94%
G = 65.15%
B = 3.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#5FC80C (or 0x5FC80C) is known color: Kelly Green. HEX triplet: 5F, C8 and 0C. RGB value is (95,200,12). Sum of RGB (Red+Green+Blue) = 95+200+12=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC80C is #A037F3. Grayscale: #939393. Windows color (decimal): -10500084 or 837727. OLE color: 837727.

HSL color Cylindrical-coordinate representation of color #5FC80C: hue angle of 93.51º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FC80C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 200 12 -
CMYK 0.52 0 0.94 0.22
HSL 93.51º 0.89% 0.42% -
HSV(B) 93.51º 0.94% 0.78% -
XYZ 25.44 43.77 7.46 -
YUV 147.17 51.71 90.79 -
System Red Green Blue C M Y K H S L
Decimal 95 200 12 0.52 0 0.94 0.22 93.51 0.89 0.42
Hex 5F C8 C 34 0 5E 16 5E 59 2A
Octal 137 310 14 64 0 136 26 136 131 52
Binary 1011111 11001000 1100 110100 0 1011110 10110 1011110 1011001 101010

Color Harmonies of #5FC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC80C

Black with #5FC80C

Text Example


Text Example

White with #5FC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,200,12); }

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

background-color css

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

 a { background-color: rgb(95,200,12); }

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

border-color css

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

 span { border-color: rgb(95,200,12); }

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