Html Css Color HEX #52B766 Fern

📋 copy color: '#52B766'

red 82 ◦ green 183 ◦ blue 102

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

Shades of Fern #52B766

Tints of Fern #52B766

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.86%

 BLUE value IS 102 (40.23% from 255) = 27.79%

R = 22.34%
G = 49.86%
B = 27.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#52B766 (or 0x52B766) is known color: Fern. HEX triplet: 52, B7 and 66. RGB value is (82,183,102). Sum of RGB (Red+Green+Blue) = 82+183+102=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #52B766 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B766 is #AD4899. Grayscale: #8F8F8F. Windows color (decimal): -11356314 or 6731602. OLE color: 6731602.

HSL color Cylindrical-coordinate representation of color #52B766: hue angle of 131.88º degrees, saturation: 0.41, 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 #52B766 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 102 -
CMYK 0.55 0 0.44 0.28
HSL 131.88º 0.41% 0.52% -
HSV(B) 131.88º 0.55% 0.72% -
XYZ 22.81 36.62 18.44 -
YUV 143.57 104.54 84.09 -
System Red Green Blue C M Y K H S L
Decimal 82 183 102 0.55 0 0.44 0.28 131.88 0.41 0.52
Hex 52 B7 66 37 0 2C 1C 84 29 34
Octal 122 267 146 67 0 54 34 204 51 64
Binary 1010010 10110111 1100110 110111 0 101100 11100 10000100 101001 110100

Color Harmonies of #52B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B766

Black with #52B766

Text Example


Text Example

White with #52B766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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