Html Css Color HEX #5FE032 Kelly Green

📋 copy color: '#5FE032'

red 95 ◦ green 224 ◦ blue 50

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

Shades of Kelly Green #5FE032

Tints of Kelly Green #5FE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.7%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 25.75%
G = 60.7%
B = 13.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#5FE032 (or 0x5FE032) is known color: Kelly Green. HEX triplet: 5F, E0 and 32. RGB value is (95,224,50). Sum of RGB (Red+Green+Blue) = 95+224+50=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE032 is #A01FCD. Grayscale: #A6A6A6. Windows color (decimal): -10493902 or 3334239. OLE color: 3334239.

HSL color Cylindrical-coordinate representation of color #5FE032: hue angle of 104.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FE032 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 224 50 -
CMYK 0.58 0 0.78 0.12
HSL 104.48º 0.74% 0.54% -
HSV(B) 104.48º 0.78% 0.88% -
XYZ 31.95 55.97 12.14 -
YUV 165.59 62.76 77.65 -
System Red Green Blue C M Y K H S L
Decimal 95 224 50 0.58 0 0.78 0.12 104.48 0.74 0.54
Hex 5F E0 32 3A 0 4E C 68 4A 36
Octal 137 340 62 72 0 116 14 150 112 66
Binary 1011111 11100000 110010 111010 0 1001110 1100 1101000 1001010 110110

Color Harmonies of #5FE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE032

Black with #5FE032

Text Example


Text Example

White with #5FE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,224,50); }

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

background-color css

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

 a { background-color: rgb(95,224,50); }

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

border-color css

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

 span { border-color: rgb(95,224,50); }

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