#58DD12

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

Shades of Kelly Green #58DD12

Tints of Kelly Green #58DD12

Color information

#58DD12 (or 0x58DD12) is unknown color: approx Kelly Green. HEX triplet: 58, DD and 12. RGB value is (88,221,18). Sum of RGB (Red+Green+Blue) = 88+221+18=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 221 (86.72% from 255 or 67.58% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58DD12 is #A722ED. Grayscale: #9E9E9E. Windows color (decimal): -10953454 or 1236312. OLE color: 1236312.

HSL color Cylindrical-coordinate representation of color #58DD12: hue angle of 99.31º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58DD12 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB8822118-
CMYK0.6000.920.13
HSL99.31º84.94%46.86%-
HSV(B)99.31º91.86%86.67%-
XYZ29.9953.839.38-
YUV158.0948.9478.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 221 (86.72% from 255) = 67.58%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=26.91%
G=67.58%
B=5.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal88221180.6000.920.1399.3184.9446.86
Hex58DD123C05CD63552f
Octal130335227401341514312557
Binary1011000110111011001011110001011100110111000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58DD12; }

 p { color: rgb(88,221,18); }

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

<style>
 a { background-color: #58DD12; }

 a { background-color: rgb(88,221,18); }

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

<style>
 span { border-color: #58DD12; }

 span { border-color: rgb(88,221,18); }

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