#53DB01

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

Shades of Kelly Green #53DB01

Tints of Kelly Green #53DB01

Color information

#53DB01 (or 0x53DB01) is unknown color: approx Kelly Green. HEX triplet: 53, DB and 01. RGB value is (83,219,1). Sum of RGB (Red+Green+Blue) = 83+219+1=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 219 (85.94% from 255 or 72.28% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DB01 is #AC24FE. Grayscale: #9A9A9A. Windows color (decimal): -11281663 or 121683. OLE color: 121683.

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

Color convert

RGB832191-
CMYK0.6201.000.14
HSL97.43º99.09%43.14%-
HSV(B)97.43º99.54%85.88%-
XYZ28.952.58.64-
YUV153.4841.9477.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 219 (85.94% from 255) = 72.28%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=27.39%
G=72.28%
B=0.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8321910.6201.000.1497.4399.0943.14
Hex53DB13E064E61632b
Octal12333317601441614114353
Binary101001111011011111111001100100111011000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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