#58BA1D

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

Shades of Kelly Green #58BA1D

Tints of Kelly Green #58BA1D

Color information

#58BA1D (or 0x58BA1D) is unknown color: approx Kelly Green. HEX triplet: 58, BA and 1D. RGB value is (88,186,29). Sum of RGB (Red+Green+Blue) = 88+186+29=303 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.04% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA1D is #A745E2. Grayscale: #8B8B8B. Windows color (decimal): -10962403 or 1948248. OLE color: 1948248.

HSL color Cylindrical-coordinate representation of color #58BA1D: hue angle of 97.45º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58BA1D is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB8818629-
CMYK0.5300.840.27
HSL97.45º73.02%42.16%-
HSV(B)97.45º84.41%72.94%-
XYZ21.8137.287.21-
YUV138.866.0391.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.04%
GREEN value IS 186 (73.05% from 255) = 61.39%
BLUE value IS 29 (11.72% from 255) = 9.57%
R=29.04%
G=61.39%
B=9.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal88186290.5300.840.2797.4573.0242.16
Hex58BA1D350541B61492a
Octal130272356501243314111152
Binary10110001011101011101110101010101001101111000011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,186,29); }

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

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

 a { background-color: rgb(88,186,29); }

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

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

 span { border-color: rgb(88,186,29); }

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