#5DC212

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

Shades of Kelly Green #5DC212

Tints of Kelly Green #5DC212

Color information

#5DC212 (or 0x5DC212) is unknown color: approx Kelly Green. HEX triplet: 5D, C2 and 12. RGB value is (93,194,18). Sum of RGB (Red+Green+Blue) = 93+194+18=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #5DC212 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC212 is #A23DED. Grayscale: #909090. Windows color (decimal): -10632686 or 1229405. OLE color: 1229405.

HSL color Cylindrical-coordinate representation of color #5DC212: hue angle of 94.43º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DC212 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB9319418-
CMYK0.5200.910.24
HSL94.43º83.02%41.57%-
HSV(B)94.43º90.72%76.08%-
XYZ23.9240.957.22-
YUV143.7457.0491.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 194 (76.17% from 255) = 63.61%
BLUE value IS 18 (7.42% from 255) = 5.90%
R=30.49%
G=63.61%
B=5.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93194180.5200.910.2494.4383.0241.57
Hex5DC2123405B185e532a
Octal135302226401333013612352
Binary10111011100001010010110100010110111100010111101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,194,18); }

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

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

 a { background-color: rgb(93,194,18); }

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

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

 span { border-color: rgb(93,194,18); }

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