#53BD12

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

Shades of Kelly Green #53BD12

Tints of Kelly Green #53BD12

Color information

#53BD12 (or 0x53BD12) is unknown color: approx Kelly Green. HEX triplet: 53, BD and 12. RGB value is (83,189,18). Sum of RGB (Red+Green+Blue) = 83+189+18=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 189 (74.22% from 255 or 65.17% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BD12 is #AC42ED. Grayscale: #8A8A8A. Windows color (decimal): -11289326 or 1228115. OLE color: 1228115.

HSL color Cylindrical-coordinate representation of color #53BD12: hue angle of 97.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53BD12 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB8318918-
CMYK0.5600.900.26
HSL97.19º82.61%40.59%-
HSV(B)97.19º90.48%74.12%-
XYZ21.8738.286.81-
YUV137.8160.3888.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.62%
GREEN value IS 189 (74.22% from 255) = 65.17%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=28.62%
G=65.17%
B=6.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal83189180.5600.900.2697.1982.6140.59
Hex53BD123805A1A615329
Octal123275227001323214112351
Binary10100111011110110010111000010110101101011000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,189,18); }

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

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

 a { background-color: rgb(83,189,18); }

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

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

 span { border-color: rgb(83,189,18); }

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