Html Css Color HEX #5FE020 Kelly Green

📋 copy color: '#5FE020'

red 95 ◦ green 224 ◦ blue 32

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

Shades of Kelly Green #5FE020

Tints of Kelly Green #5FE020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 27.07%
G = 63.82%
B = 9.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#5FE020 (or 0x5FE020) is known color: Kelly Green. HEX triplet: 5F, E0 and 20. RGB value is (95,224,32). Sum of RGB (Red+Green+Blue) = 95+224+32=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE020 is #A01FDF. Grayscale: #A4A4A4. Windows color (decimal): -10493920 or 2154591. OLE color: 2154591.

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

Color convert

RGB 95 224 32 -
CMYK 0.58 0 0.86 0.12
HSL 100.31º 0.76% 0.5% -
HSV(B) 100.31º 0.86% 0.88% -
XYZ 31.64 55.85 10.48 -
YUV 163.54 53.76 79.11 -
System Red Green Blue C M Y K H S L
Decimal 95 224 32 0.58 0 0.86 0.12 100.31 0.76 0.5
Hex 5F E0 20 3A 0 56 C 64 4C 32
Octal 137 340 40 72 0 126 14 144 114 62
Binary 1011111 11100000 100000 111010 0 1010110 1100 1100100 1001100 110010

Color Harmonies of #5FE020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE020

Black with #5FE020

Text Example


Text Example

White with #5FE020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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