Html Css Color HEX #5FC200 Kelly Green

📋 copy color: '#5FC200'

red 95 ◦ green 194 ◦ blue 0

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

Shades of Kelly Green #5FC200

Tints of Kelly Green #5FC200

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.13%

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

R = 32.87%
G = 67.13%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#5FC200 (or 0x5FC200) is known color: Kelly Green. HEX triplet: 5F, C2 and 00. RGB value is (95,194,0). Sum of RGB (Red+Green+Blue) = 95+194+0=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC200 is #A03DFF. Grayscale: #8E8E8E. Windows color (decimal): -10501632 or 49759. OLE color: 49759.

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

Color convert

RGB 95 194 0 -
CMYK 0.51 0 1 0.24
HSL 90.62º 1% 0.38% -
HSV(B) 90.62º 1% 0.76% -
XYZ 24.01 41.02 6.65 -
YUV 142.28 47.7 94.27 -
System Red Green Blue C M Y K H S L
Decimal 95 194 0 0.51 0 1 0.24 90.62 1 0.38
Hex 5F C2 0 33 0 64 18 5B 64 26
Octal 137 302 0 63 0 144 30 133 144 46
Binary 1011111 11000010 0 110011 0 1100100 11000 1011011 1100100 100110

Color Harmonies of #5FC200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC200

Black with #5FC200

Text Example


Text Example

White with #5FC200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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