Html Css Color HEX #5FC012 Kelly Green

📋 copy color: '#5FC012'

red 95 ◦ green 192 ◦ blue 18

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

Shades of Kelly Green #5FC012

Tints of Kelly Green #5FC012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 31.15%
G = 62.95%
B = 5.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#5FC012 (or 0x5FC012) is known color: Kelly Green. HEX triplet: 5F, C0 and 12. RGB value is (95,192,18). Sum of RGB (Red+Green+Blue) = 95+192+18=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC012 is #A03FED. Grayscale: #8F8F8F. Windows color (decimal): -10502126 or 1228895. OLE color: 1228895.

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

Color convert

RGB 95 192 18 -
CMYK 0.51 0 0.91 0.25
HSL 93.45º 0.83% 0.41% -
HSV(B) 93.45º 0.91% 0.75% -
XYZ 23.68 40.18 7.08 -
YUV 143.16 57.36 93.65 -
System Red Green Blue C M Y K H S L
Decimal 95 192 18 0.51 0 0.91 0.25 93.45 0.83 0.41
Hex 5F C0 12 33 0 5B 19 5D 53 29
Octal 137 300 22 63 0 133 31 135 123 51
Binary 1011111 11000000 10010 110011 0 1011011 11001 1011101 1010011 101001

Color Harmonies of #5FC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC012

Black with #5FC012

Text Example


Text Example

White with #5FC012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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