Html Css Color HEX #5FD020 Kelly Green

📋 copy color: '#5FD020'

red 95 ◦ green 208 ◦ blue 32

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

Shades of Kelly Green #5FD020

Tints of Kelly Green #5FD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.09%

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

R = 28.36%
G = 62.09%
B = 9.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#5FD020 (or 0x5FD020) is known color: Kelly Green. HEX triplet: 5F, D0 and 20. RGB value is (95,208,32). Sum of RGB (Red+Green+Blue) = 95+208+32=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD020 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD020 is #A02FDF. Grayscale: #9A9A9A. Windows color (decimal): -10498016 or 2150495. OLE color: 2150495.

HSL color Cylindrical-coordinate representation of color #5FD020: hue angle of 98.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FD020 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 32 -
CMYK 0.54 0 0.85 0.18
HSL 98.52º 0.73% 0.47% -
HSV(B) 98.52º 0.85% 0.82% -
XYZ 27.54 47.65 9.11 -
YUV 154.15 59.06 85.81 -
System Red Green Blue C M Y K H S L
Decimal 95 208 32 0.54 0 0.85 0.18 98.52 0.73 0.47
Hex 5F D0 20 36 0 55 12 63 49 2F
Octal 137 320 40 66 0 125 22 143 111 57
Binary 1011111 11010000 100000 110110 0 1010101 10010 1100011 1001001 101111

Color Harmonies of #5FD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD020

Black with #5FD020

Text Example


Text Example

White with #5FD020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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