Html Css Color HEX #52B266 Fern

📋 copy color: '#52B266'

red 82 ◦ green 178 ◦ blue 102

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

Shades of Fern #52B266

Tints of Fern #52B266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 49.17%

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

R = 22.65%
G = 49.17%
B = 28.18%

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

#52B266 (or 0x52B266) is known color: Fern. HEX triplet: 52, B2 and 66. RGB value is (82,178,102). Sum of RGB (Red+Green+Blue) = 82+178+102=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #52B266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B266 is #AD4D99. Grayscale: #8C8C8C. Windows color (decimal): -11357594 or 6730322. OLE color: 6730322.

HSL color Cylindrical-coordinate representation of color #52B266: hue angle of 132.5º degrees, saturation: 0.38, 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 #52B266 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 102 -
CMYK 0.54 0 0.43 0.30
HSL 132.5º 0.38% 0.51% -
HSV(B) 132.5º 0.54% 0.7% -
XYZ 21.8 34.59 18.1 -
YUV 140.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 82 178 102 0.54 0 0.43 0.30 132.5 0.38 0.51
Hex 52 B2 66 36 0 2B 1E 84 26 33
Octal 122 262 146 66 0 53 36 204 46 63
Binary 1010010 10110010 1100110 110110 0 101011 11110 10000100 100110 110011

Color Harmonies of #52B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B266

Black with #52B266

Text Example


Text Example

White with #52B266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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