#58C216

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

Shades of Kelly Green #58C216

Tints of Kelly Green #58C216

Color information

#58C216 (or 0x58C216) is unknown color: approx Kelly Green. HEX triplet: 58, C2 and 16. RGB value is (88,194,22). Sum of RGB (Red+Green+Blue) = 88+194+22=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #58C216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #58C216 is #A73DE9. Grayscale: #8F8F8F. Windows color (decimal): -10960362 or 1491544. OLE color: 1491544.

HSL color Cylindrical-coordinate representation of color #58C216: hue angle of 96.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58C216 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB8819422-
CMYK0.5500.890.24
HSL96.98º79.63%42.35%-
HSV(B)96.98º88.66%76.08%-
XYZ23.4640.727.38-
YUV142.759.8888.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 194 (76.17% from 255) = 63.82%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=28.95%
G=63.82%
B=7.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal88194220.5500.890.2496.9879.6342.35
Hex58C216370591861502a
Octal130302266701313014112052
Binary10110001100001010110110111010110011100011000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,194,22); }

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

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

 a { background-color: rgb(88,194,22); }

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

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

 span { border-color: rgb(88,194,22); }

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