#5DC70C

Color #5DC70C Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5DC70C

Tints of Kelly Green #5DC70C

Color information

#5DC70C (or 0x5DC70C) is unknown color: approx Kelly Green. HEX triplet: 5D, C7 and 0C. RGB value is (93,199,12). Sum of RGB (Red+Green+Blue) = 93+199+12=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC70C is #A238F3. Grayscale: #929292. Windows color (decimal): -10631412 or 837469. OLE color: 837469.

HSL color Cylindrical-coordinate representation of color #5DC70C: hue angle of 94.01º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DC70C is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB9319912-
CMYK0.5300.940.22
HSL94.01º88.63%41.37%-
HSV(B)94.01º93.97%78.04%-
XYZ2543.27.37-
YUV145.9952.3890.21-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 199 (78.12% from 255) = 65.46%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=30.59%
G=65.46%
B=3.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93199120.5300.940.2294.0188.6341.37
Hex5DC7C3505E165e5929
Octal135307146501362613613151
Binary1011101110001111100110101010111101011010111101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,199,12); }

 H1.HeaderClassName
 {
   color: #5DC70C;
 }
 .AnyTagClassName
 {
   color: #5DC70C;
 }
</style>
background-color css

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

 a { background-color: rgb(93,199,12); }

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

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

 span { border-color: rgb(93,199,12); }

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