#5DD612

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

Shades of Kelly Green #5DD612

Tints of Kelly Green #5DD612

Color information

#5DD612 (or 0x5DD612) is unknown color: approx Kelly Green. HEX triplet: 5D, D6 and 12. RGB value is (93,214,18). Sum of RGB (Red+Green+Blue) = 93+214+18=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD612 is #A229ED. Grayscale: #9C9C9C. Windows color (decimal): -10627566 or 1234525. OLE color: 1234525.

HSL color Cylindrical-coordinate representation of color #5DD612: hue angle of 97.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DD612 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB9321418-
CMYK0.5700.920.16
HSL97.04º84.48%45.49%-
HSV(B)97.04º91.59%83.92%-
XYZ28.6750.468.8-
YUV155.4850.4183.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.62%
GREEN value IS 214 (83.98% from 255) = 65.85%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=28.62%
G=65.85%
B=5.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93214180.5700.920.1697.0484.4845.49
Hex5DD6123905C1061542d
Octal135326227101342014112455
Binary10111011101011010010111001010111001000011000011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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