#58CD00

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

Shades of Kelly Green #58CD00

Tints of Kelly Green #58CD00

Color information

#58CD00 (or 0x58CD00) is unknown color: approx Kelly Green. HEX triplet: 58, CD and 00. RGB value is (88,205,0). Sum of RGB (Red+Green+Blue) = 88+205+0=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 205 (80.47% from 255 or 69.97% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 205 - color contains mainly: green. Hex color #58CD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58CD00 is #A732FF. Grayscale: #939393. Windows color (decimal): -10957568 or 52568. OLE color: 52568.

HSL color Cylindrical-coordinate representation of color #58CD00: hue angle of 94.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58CD00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB882050-
CMYK0.57010.20
HSL94.24º100%40.2%-
HSV(B)94.24º100%80.39%-
XYZ25.8645.747.47-
YUV146.6545.2486.17-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 205 (80.47% from 255) = 69.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=30.03%
G=69.97%
B=0%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal8820500.57010.2094.2410040.2
Hex58CD039064145e6428
Octal13031507101442413614450
Binary1011000110011010111001011001001010010111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,205,0); }

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

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

 a { background-color: rgb(88,205,0); }

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

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

 span { border-color: rgb(88,205,0); }

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