#53CA12

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

Shades of Kelly Green #53CA12

Tints of Kelly Green #53CA12

Color information

#53CA12 (or 0x53CA12) is unknown color: approx Kelly Green. HEX triplet: 53, CA and 12. RGB value is (83,202,18). Sum of RGB (Red+Green+Blue) = 83+202+18=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 202 (79.30% from 255 or 66.67% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CA12 is #AC35ED. Grayscale: #929292. Windows color (decimal): -11285998 or 1231443. OLE color: 1231443.

HSL color Cylindrical-coordinate representation of color #53CA12: hue angle of 98.8º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53CA12 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB8320218-
CMYK0.5900.910.21
HSL98.8º83.64%43.14%-
HSV(B)98.8º91.09%79.22%-
XYZ24.844.127.78-
YUV145.4456.0883.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.39%
GREEN value IS 202 (79.30% from 255) = 66.67%
BLUE value IS 18 (7.42% from 255) = 5.94%
R=27.39%
G=66.67%
B=5.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202180.5900.910.2198.883.6443.14
Hex53CA123B05B1563542b
Octal123312227301332514312453
Binary10100111100101010010111011010110111010111000111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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