#53DB00

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

Shades of Kelly Green #53DB00

Tints of Kelly Green #53DB00

Color information

#53DB00 (or 0x53DB00) is unknown color: approx Kelly Green. HEX triplet: 53, DB and 00. RGB value is (83,219,0). Sum of RGB (Red+Green+Blue) = 83+219+0=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 219 (85.94% from 255 or 72.52% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DB00 is #AC24FF. Grayscale: #9A9A9A. Windows color (decimal): -11281664 or 56147. OLE color: 56147.

HSL color Cylindrical-coordinate representation of color #53DB00: hue angle of 97.26º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53DB00 is Cyan = 0.62, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB832190-
CMYK0.62010.14
HSL97.26º100%42.94%-
HSV(B)97.26º100%85.88%-
XYZ28.952.58.61-
YUV153.3741.4477.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 219 (85.94% from 255) = 72.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.48%
G=72.52%
B=0%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8321900.62010.1497.2610042.94
Hex53DB03E064E61642b
Octal12333307601441614114453
Binary101001111011011011111001100100111011000011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53DB00; }

 p { color: rgb(83,219,0); }

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

<style>
 a { background-color: #53DB00; }

 a { background-color: rgb(83,219,0); }

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

<style>
 span { border-color: #53DB00; }

 span { border-color: rgb(83,219,0); }

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