Html Css Color HEX #52B366 Fern

📋 copy color: '#52B366'

red 82 ◦ green 179 ◦ blue 102

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

Shades of Fern #52B366

Tints of Fern #52B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

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

R = 22.59%
G = 49.31%
B = 28.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#52B366 (or 0x52B366) is known color: Fern. HEX triplet: 52, B3 and 66. RGB value is (82,179,102). Sum of RGB (Red+Green+Blue) = 82+179+102=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #52B366 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B366 is #AD4C99. Grayscale: #8D8D8D. Windows color (decimal): -11357338 or 6730578. OLE color: 6730578.

HSL color Cylindrical-coordinate representation of color #52B366: hue angle of 132.37º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B366 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 179 102 -
CMYK 0.54 0 0.43 0.30
HSL 132.37º 0.39% 0.51% -
HSV(B) 132.37º 0.54% 0.7% -
XYZ 22 34.99 18.17 -
YUV 141.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 82 179 102 0.54 0 0.43 0.30 132.37 0.39 0.51
Hex 52 B3 66 36 0 2B 1E 84 27 33
Octal 122 263 146 66 0 53 36 204 47 63
Binary 1010010 10110011 1100110 110110 0 101011 11110 10000100 100111 110011

Color Harmonies of #52B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B366

Black with #52B366

Text Example


Text Example

White with #52B366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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