Html Css Color HEX #5FE120 Kelly Green

📋 copy color: '#5FE120'

red 95 ◦ green 225 ◦ blue 32

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

Shades of Kelly Green #5FE120

Tints of Kelly Green #5FE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.92%

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

R = 26.99%
G = 63.92%
B = 9.09%

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

#5FE120 (or 0x5FE120) is known color: Kelly Green. HEX triplet: 5F, E1 and 20. RGB value is (95,225,32). Sum of RGB (Red+Green+Blue) = 95+225+32=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE120 is #A01EDF. Grayscale: #A4A4A4. Windows color (decimal): -10493664 or 2154847. OLE color: 2154847.

HSL color Cylindrical-coordinate representation of color #5FE120: hue angle of 100.41º 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 #5FE120 is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 95 225 32 -
CMYK 0.58 0 0.86 0.12
HSL 100.41º 0.76% 0.5% -
HSV(B) 100.41º 0.86% 0.88% -
XYZ 31.91 56.39 10.57 -
YUV 164.13 53.43 78.69 -
System Red Green Blue C M Y K H S L
Decimal 95 225 32 0.58 0 0.86 0.12 100.41 0.76 0.5
Hex 5F E1 20 3A 0 56 C 64 4C 32
Octal 137 341 40 72 0 126 14 144 114 62
Binary 1011111 11100001 100000 111010 0 1010110 1100 1100100 1001100 110010

Color Harmonies of #5FE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE120

Black with #5FE120

Text Example


Text Example

White with #5FE120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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