#58DC27

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

Shades of Kelly Green #58DC27

Tints of Kelly Green #58DC27

Color information

#58DC27 (or 0x58DC27) is unknown color: approx Kelly Green. HEX triplet: 58, DC and 27. RGB value is (88,220,39). Sum of RGB (Red+Green+Blue) = 88+220+39=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #58DC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DC27 is #A723D8. Grayscale: #A0A0A0. Windows color (decimal): -10953689 or 2612312. OLE color: 2612312.

HSL color Cylindrical-coordinate representation of color #58DC27: hue angle of 103.76º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58DC27 is Cyan = 0.6, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB8822039-
CMYK0.600.820.14
HSL103.76º72.11%50.78%-
HSV(B)103.76º82.27%86.27%-
XYZ29.9853.4110.65-
YUV159.959.7776.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 220 (86.33% from 255) = 63.40%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=25.36%
G=63.40%
B=11.24%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal88220390.600.820.14103.7672.1150.78
Hex58DC273C052E684833
Octal130334477401221615011063
Binary10110001101110010011111110001010010111011010001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58DC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,220,39); }

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

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

 a { background-color: rgb(88,220,39); }

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

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

 span { border-color: rgb(88,220,39); }

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