#52ba29

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

Shades of Kelly Green #52BA29

Tints of Kelly Green #52BA29

Color information

#52BA29 (or 0x52BA29) is unknown color: approx Kelly Green. HEX triplet: 52, BA and 29. RGB value is (82,186,41). Sum of RGB (Red+Green+Blue) = 82+186+41=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA29 is #AD45D6. Grayscale: #8A8A8A. Windows color (decimal): -11355607 or 2734674. OLE color: 2734674.

HSL color Cylindrical-coordinate representation of color #52BA29: hue angle of 103.03º 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 #52BA29 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB8218641-
CMYK0.5600.780.27
HSL103.03º63.88%44.51%-
HSV(B)103.03º77.96%72.94%-
XYZ21.4437.078.12-
YUV138.3773.0487.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.54%
GREEN value IS 186 (73.05% from 255) = 60.19%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=26.54%
G=60.19%
B=13.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82186410.5600.780.27103.0363.8844.51
Hex52BA293804E1B67402d
Octal122272517001163314710055
Binary101001010111010101001111000010011101101111001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ba29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52ba29; }

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

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

<style>
 a { background-color: #52ba29; }

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

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

<style>
 span { border-color: #52ba29; }

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

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