#5DBC06

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

Shades of Kelly Green #5DBC06

Tints of Kelly Green #5DBC06

Color information

#5DBC06 (or 0x5DBC06) is unknown color: approx Kelly Green. HEX triplet: 5D, BC and 06. RGB value is (93,188,6). Sum of RGB (Red+Green+Blue) = 93+188+6=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBC06 is #A243F9. Grayscale: #8B8B8B. Windows color (decimal): -10634234 or 441437. OLE color: 441437.

HSL color Cylindrical-coordinate representation of color #5DBC06: hue angle of 91.32º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5DBC06 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB931886-
CMYK0.5100.970.26
HSL91.32º93.81%38.04%-
HSV(B)91.32º96.81%73.73%-
XYZ22.5338.316.38-
YUV138.8553.0395.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 188 (73.83% from 255) = 65.51%
BLUE value IS 6 (2.73% from 255) = 2.09%
R=32.40%
G=65.51%
B=2.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9318860.5100.970.2691.3293.8138.04
Hex5DBC6330611A5b5e26
Octal13527466301413213313646
Binary101110110111100110110011011000011101010110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DBC06; }

 p { color: rgb(93,188,6); }

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

<style>
 a { background-color: #5DBC06; }

 a { background-color: rgb(93,188,6); }

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

<style>
 span { border-color: #5DBC06; }

 span { border-color: rgb(93,188,6); }

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