#52BD59

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

Shades of Fern #52BD59

Tints of Fern #52BD59

Color information

#52BD59 (or 0x52BD59) is unknown color: approx Fern. HEX triplet: 52, BD and 59. RGB value is (82,189,89). Sum of RGB (Red+Green+Blue) = 82+189+89=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD59 is #AD42A6. Grayscale: #919191. Windows color (decimal): -11354791 or 5881170. OLE color: 5881170.

HSL color Cylindrical-coordinate representation of color #52BD59: hue angle of 123.93º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD59 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB8218989-
CMYK0.5700.530.26
HSL123.93º44.77%53.14%-
HSV(B)123.93º56.61%74.12%-
XYZ23.4838.9115.72-
YUV145.6196.0582.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 189 (74.22% from 255) = 52.5%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=22.78%
G=52.5%
B=24.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189890.5700.530.26123.9344.7753.14
Hex52BD59390351A7c2d35
Octal12227513171065321745565
Binary10100101011110110110011110010110101110101111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,89); }

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

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

 a { background-color: rgb(82,189,89); }

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

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

 span { border-color: rgb(82,189,89); }

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