#58CC0A

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

Shades of Kelly Green #58CC0A

Tints of Kelly Green #58CC0A

Color information

#58CC0A (or 0x58CC0A) is unknown color: approx Kelly Green. HEX triplet: 58, CC and 0A. RGB value is (88,204,10). Sum of RGB (Red+Green+Blue) = 88+204+10=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #58CC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CC0A is #A733F5. Grayscale: #939393. Windows color (decimal): -10957814 or 707672. OLE color: 707672.

HSL color Cylindrical-coordinate representation of color #58CC0A: hue angle of 95.88º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58CC0A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB8820410-
CMYK0.5700.950.2
HSL95.88º90.65%41.96%-
HSV(B)95.88º95.1%80%-
XYZ25.6745.287.67-
YUV147.250.5785.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=29.14%
G=67.55%
B=3.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88204100.5700.950.295.8890.6541.96
Hex58CCA3905F14605b2a
Octal130314127101372414013352
Binary1011000110011001010111001010111111010011000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,204,10); }

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

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

 a { background-color: rgb(88,204,10); }

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

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

 span { border-color: rgb(88,204,10); }

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