Html Css Color HEX #5FE024 Kelly Green

📋 copy color: '#5FE024'

red 95 ◦ green 224 ◦ blue 36

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

Shades of Kelly Green #5FE024

Tints of Kelly Green #5FE024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.14%

R = 26.76%
G = 63.1%
B = 10.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#5FE024 (or 0x5FE024) is known color: Kelly Green. HEX triplet: 5F, E0 and 24. RGB value is (95,224,36). Sum of RGB (Red+Green+Blue) = 95+224+36=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE024 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE024 is #A01FDB. Grayscale: #A4A4A4. Windows color (decimal): -10493916 or 2416735. OLE color: 2416735.

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

Color convert

RGB 95 224 36 -
CMYK 0.58 0 0.84 0.12
HSL 101.17º 0.75% 0.51% -
HSV(B) 101.17º 0.84% 0.88% -
XYZ 31.69 55.87 10.78 -
YUV 164 55.76 78.79 -
System Red Green Blue C M Y K H S L
Decimal 95 224 36 0.58 0 0.84 0.12 101.17 0.75 0.51
Hex 5F E0 24 3A 0 54 C 65 4B 33
Octal 137 340 44 72 0 124 14 145 113 63
Binary 1011111 11100000 100100 111010 0 1010100 1100 1100101 1001011 110011

Color Harmonies of #5FE024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE024

Black with #5FE024

Text Example


Text Example

White with #5FE024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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