Html Css Color HEX #5FC000 Kelly Green

📋 copy color: '#5FC000'

red 95 ◦ green 192 ◦ blue 0

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

Shades of Kelly Green #5FC000

Tints of Kelly Green #5FC000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.1%
G = 66.9%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#5FC000 (or 0x5FC000) is known color: Kelly Green. HEX triplet: 5F, C0 and 00. RGB value is (95,192,0). Sum of RGB (Red+Green+Blue) = 95+192+0=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC000 is #A03FFF. Grayscale: #8D8D8D. Windows color (decimal): -10502144 or 49247. OLE color: 49247.

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

Color convert

RGB 95 192 0 -
CMYK 0.51 0 1 0.25
HSL 90.31º 1% 0.38% -
HSV(B) 90.31º 1% 0.75% -
XYZ 23.57 40.13 6.5 -
YUV 141.11 48.36 95.11 -
System Red Green Blue C M Y K H S L
Decimal 95 192 0 0.51 0 1 0.25 90.31 1 0.38
Hex 5F C0 0 33 0 64 19 5A 64 26
Octal 137 300 0 63 0 144 31 132 144 46
Binary 1011111 11000000 0 110011 0 1100100 11001 1011010 1100100 100110

Color Harmonies of #5FC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC000

Black with #5FC000

Text Example


Text Example

White with #5FC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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