#52b86b

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

Shades of Fern #52B86B

Tints of Fern #52B86B

Color information

#52B86B (or 0x52B86B) is unknown color: approx Fern. HEX triplet: 52, B8 and 6B. RGB value is (82,184,107). Sum of RGB (Red+Green+Blue) = 82+184+107=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #52B86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B86B is #AD4794. Grayscale: #909090. Windows color (decimal): -11356053 or 7059538. OLE color: 7059538.

HSL color Cylindrical-coordinate representation of color #52B86B: hue angle of 134.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B86B is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB82184107-
CMYK0.5500.420.28
HSL134.71º41.8%52.16%-
HSV(B)134.71º55.43%72.16%-
XYZ23.2737.1419.85-
YUV144.72106.7183.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=21.98%
G=49.33%
B=28.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal821841070.5500.420.28134.7141.852.16
Hex52B86B3702A1C872a34
Octal12227015367052342075264
Binary101001010111000110101111011101010101110010000111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52b86b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,107); }

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

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

 a { background-color: rgb(82,184,107); }

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

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

 span { border-color: rgb(82,184,107); }

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