Html Css Color HEX #52B061 Fern

📋 copy color: '#52B061'

red 82 ◦ green 176 ◦ blue 97

#52B061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #52B061

Tints of Fern #52B061

RGB

 RED value IS 82 (32.42% from 255) = 23.1%

 GREEN value IS 176 (69.14% from 255) = 49.58%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 23.1%
G = 49.58%
B = 27.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#52B061 (or 0x52B061) is known color: Fern. HEX triplet: 52, B0 and 61. RGB value is (82,176,97). Sum of RGB (Red+Green+Blue) = 82+176+97=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #52B061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B061 is #AD4F9E. Grayscale: #8B8B8B. Windows color (decimal): -11358111 or 6402130. OLE color: 6402130.

HSL color Cylindrical-coordinate representation of color #52B061: hue angle of 129.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B061 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 97 -
CMYK 0.53 0 0.45 0.31
HSL 129.57º 0.37% 0.51% -
HSV(B) 129.57º 0.53% 0.69% -
XYZ 21.16 33.71 16.7 -
YUV 138.89 104.36 87.42 -
System Red Green Blue C M Y K H S L
Decimal 82 176 97 0.53 0 0.45 0.31 129.57 0.37 0.51
Hex 52 B0 61 35 0 2D 1F 82 25 33
Octal 122 260 141 65 0 55 37 202 45 63
Binary 1010010 10110000 1100001 110101 0 101101 11111 10000010 100101 110011

Color Harmonies of #52B061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B061

Black with #52B061

Text Example


Text Example

White with #52B061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,97); }

 H1.HeaderClassName
 {
   color: #52B061;
 }
 .AnyTagClassName
 {
   color: #52B061;
 }
</style>

background-color css

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

 a { background-color: rgb(82,176,97); }

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

border-color css

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

 span { border-color: rgb(82,176,97); }

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