#52BE29

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

Shades of Kelly Green #52BE29

Tints of Kelly Green #52BE29

Color information

#52BE29 (or 0x52BE29) is unknown color: approx Kelly Green. HEX triplet: 52, BE and 29. RGB value is (82,190,41). Sum of RGB (Red+Green+Blue) = 82+190+41=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE29 is #AD41D6. Grayscale: #8D8D8D. Windows color (decimal): -11354583 or 2735698. OLE color: 2735698.

HSL color Cylindrical-coordinate representation of color #52BE29: hue angle of 103.49º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52BE29 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB8219041-
CMYK0.5700.780.25
HSL103.49º64.5%45.29%-
HSV(B)103.49º78.42%74.51%-
XYZ22.2938.788.41-
YUV140.7271.7286.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.20%
GREEN value IS 190 (74.61% from 255) = 60.70%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=26.20%
G=60.70%
B=13.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82190410.5700.780.25103.4964.545.29
Hex52BE293904E1967412d
Octal122276517101163114710155
Binary101001010111110101001111001010011101100111001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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