#53CD0F

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

Shades of Kelly Green #53CD0F

Tints of Kelly Green #53CD0F

Color information

#53CD0F (or 0x53CD0F) is unknown color: approx Kelly Green. HEX triplet: 53, CD and 0F. RGB value is (83,205,15). Sum of RGB (Red+Green+Blue) = 83+205+15=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 205 (80.47% from 255 or 67.66% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CD0F is #AC32F0. Grayscale: #939393. Windows color (decimal): -11285233 or 1035603. OLE color: 1035603.

HSL color Cylindrical-coordinate representation of color #53CD0F: hue angle of 98.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53CD0F is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB8320515-
CMYK0.6000.930.20
HSL98.53º86.36%43.14%-
HSV(B)98.53º92.68%80.39%-
XYZ25.4845.547.9-
YUV146.8653.5882.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 205 (80.47% from 255) = 67.66%
BLUE value IS 15 (6.25% from 255) = 4.95%
R=27.39%
G=67.66%
B=4.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal83205150.6000.930.2098.5386.3643.14
Hex53CDF3C05D1463562b
Octal123315177401352414312653
Binary1010011110011011111111100010111011010011000111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,15); }

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

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

 a { background-color: rgb(83,205,15); }

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

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

 span { border-color: rgb(83,205,15); }

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