Html Css Color HEX #5DCF20 Kelly Green

📋 copy color: '#5DCF20'

red 93 ◦ green 207 ◦ blue 32

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

Shades of Kelly Green #5DCF20

Tints of Kelly Green #5DCF20

RGB

 RED value IS 93 (36.72% from 255) = 28.01%

 GREEN value IS 207 (81.25% from 255) = 62.35%

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

R = 28.01%
G = 62.35%
B = 9.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#5DCF20 (or 0x5DCF20) is known color: Kelly Green. HEX triplet: 5D, CF and 20. RGB value is (93,207,32). Sum of RGB (Red+Green+Blue) = 93+207+32=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF20 is #A230DF. Grayscale: #999999. Windows color (decimal): -10629344 or 2150237. OLE color: 2150237.

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

Color convert

RGB 93 207 32 -
CMYK 0.55 0 0.85 0.19
HSL 99.09º 0.73% 0.47% -
HSV(B) 99.09º 0.85% 0.81% -
XYZ 27.09 47.06 9.02 -
YUV 152.96 59.73 85.23 -
System Red Green Blue C M Y K H S L
Decimal 93 207 32 0.55 0 0.85 0.19 99.09 0.73 0.47
Hex 5D CF 20 37 0 55 13 63 49 2F
Octal 135 317 40 67 0 125 23 143 111 57
Binary 1011101 11001111 100000 110111 0 1010101 10011 1100011 1001001 101111

Color Harmonies of #5DCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCF20

Black with #5DCF20

Text Example


Text Example

White with #5DCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,207,32); }

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

background-color css

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

 a { background-color: rgb(93,207,32); }

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

border-color css

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

 span { border-color: rgb(93,207,32); }

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