#5DBA00

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

Shades of Kelly Green #5DBA00

Tints of Kelly Green #5DBA00

Color information

#5DBA00 (or 0x5DBA00) is unknown color: approx Kelly Green. HEX triplet: 5D, BA and 00. RGB value is (93,186,0). Sum of RGB (Red+Green+Blue) = 93+186+0=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA00 is #A245FF. Grayscale: #898989. Windows color (decimal): -10634752 or 47709. OLE color: 47709.

HSL color Cylindrical-coordinate representation of color #5DBA00: hue angle of 90º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DBA00 is Cyan = 0.5, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB931860-
CMYK0.5010.27
HSL90º100%36.47%-
HSV(B)90º100%72.94%-
XYZ22.0737.446.06-
YUV136.9950.6996.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9318600.5010.279010036.47
Hex5DBA0320641B5a6424
Octal13527206201443313214444
Binary1011101101110100110010011001001101110110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,0); }

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

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

 a { background-color: rgb(93,186,0); }

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

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

 span { border-color: rgb(93,186,0); }

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