#5DB300

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

Shades of Kelly Green #5DB300

Tints of Kelly Green #5DB300

Color information

#5DB300 (or 0x5DB300) is unknown color: approx Kelly Green. HEX triplet: 5D, B3 and 00. RGB value is (93,179,0). Sum of RGB (Red+Green+Blue) = 93+179+0=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #5DB300 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB300 is #A24CFF. Grayscale: #858585. Windows color (decimal): -10636544 or 45917. OLE color: 45917.

HSL color Cylindrical-coordinate representation of color #5DB300: hue angle of 88.83º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DB300 is Cyan = 0.48, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB931790-
CMYK0.48010.30
HSL88.83º100%35.1%-
HSV(B)88.83º100%70.2%-
XYZ20.6334.575.58-
YUV132.8853.0199.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 179 (70.31% from 255) = 65.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.19%
G=65.81%
B=0%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal9317900.48010.3088.8310035.1
Hex5DB30300641E596423
Octal13526306001443613114443
Binary1011101101100110110000011001001111010110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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