#53BA10

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

Shades of Kelly Green #53BA10

Tints of Kelly Green #53BA10

Color information

#53BA10 (or 0x53BA10) is unknown color: approx Kelly Green. HEX triplet: 53, BA and 10. RGB value is (83,186,16). Sum of RGB (Red+Green+Blue) = 83+186+16=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BA10 is #AC45EF. Grayscale: #888888. Windows color (decimal): -11290096 or 1096275. OLE color: 1096275.

HSL color Cylindrical-coordinate representation of color #53BA10: hue angle of 96.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53BA10 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB8318616-
CMYK0.5500.910.27
HSL96.35º84.16%39.61%-
HSV(B)96.35º91.4%72.94%-
XYZ21.2236.996.51-
YUV135.8260.3890.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.12%
GREEN value IS 186 (73.05% from 255) = 65.26%
BLUE value IS 16 (6.64% from 255) = 5.61%
R=29.12%
G=65.26%
B=5.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83186160.5500.910.2796.3584.1639.61
Hex53BA103705B1B605428
Octal123272206701333314012450
Binary10100111011101010000110111010110111101111000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,186,16); }

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

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

 a { background-color: rgb(83,186,16); }

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

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

 span { border-color: rgb(83,186,16); }

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