#52AE66

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

Shades of Fern #52AE66

Tints of Fern #52AE66

Color information

#52AE66 (or 0x52AE66) is unknown color: approx Fern. HEX triplet: 52, AE and 66. RGB value is (82,174,102). Sum of RGB (Red+Green+Blue) = 82+174+102=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #52AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AE66 is #AD5199. Grayscale: #8A8A8A. Windows color (decimal): -11358618 or 6729298. OLE color: 6729298.

HSL color Cylindrical-coordinate representation of color #52AE66: hue angle of 133.04º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AE66 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB82174102-
CMYK0.5300.410.32
HSL133.04º36.22%50.2%-
HSV(B)133.04º52.87%68.24%-
XYZ21.0133.0317.84-
YUV138.28107.5287.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 174 (68.36% from 255) = 48.60%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=22.91%
G=48.60%
B=28.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821741020.5300.410.32133.0436.2250.2
Hex52AE663502920852432
Octal12225614665051402054462
Binary1010010101011101100110110101010100110000010000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,174,102); }

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

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

 a { background-color: rgb(82,174,102); }

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

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

 span { border-color: rgb(82,174,102); }

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