#53BA29

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

Shades of Kelly Green #53BA29

Tints of Kelly Green #53BA29

Color information

#53BA29 (or 0x53BA29) is unknown color: approx Kelly Green. HEX triplet: 53, BA and 29. RGB value is (83,186,41). Sum of RGB (Red+Green+Blue) = 83+186+41=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BA29 is #AC45D6. Grayscale: #8B8B8B. Windows color (decimal): -11290071 or 2734675. OLE color: 2734675.

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

Color convert

RGB8318641-
CMYK0.5500.780.27
HSL102.62º63.88%44.51%-
HSV(B)102.62º77.96%72.94%-
XYZ21.5337.128.13-
YUV138.6772.8888.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.77%
GREEN value IS 186 (73.05% from 255) = 60%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=26.77%
G=60%
B=13.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83186410.5500.780.27102.6263.8844.51
Hex53BA293704E1B67402d
Octal123272516701163314710055
Binary101001110111010101001110111010011101101111001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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