Html Css Color HEX #52B866 Fern

📋 copy color: '#52B866'

red 82 ◦ green 184 ◦ blue 102

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

Shades of Fern #52B866

Tints of Fern #52B866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50%

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

R = 22.28%
G = 50%
B = 27.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#52B866 (or 0x52B866) is known color: Fern. HEX triplet: 52, B8 and 66. RGB value is (82,184,102). Sum of RGB (Red+Green+Blue) = 82+184+102=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #52B866 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B866 is #AD4799. Grayscale: #909090. Windows color (decimal): -11356058 or 6731858. OLE color: 6731858.

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

Color convert

RGB 82 184 102 -
CMYK 0.55 0 0.45 0.28
HSL 131.76º 0.42% 0.52% -
HSV(B) 131.76º 0.55% 0.72% -
XYZ 23.02 37.03 18.51 -
YUV 144.15 104.21 83.67 -
System Red Green Blue C M Y K H S L
Decimal 82 184 102 0.55 0 0.45 0.28 131.76 0.42 0.52
Hex 52 B8 66 37 0 2D 1C 84 2A 34
Octal 122 270 146 67 0 55 34 204 52 64
Binary 1010010 10111000 1100110 110111 0 101101 11100 10000100 101010 110100

Color Harmonies of #52B866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B866

Black with #52B866

Text Example


Text Example

White with #52B866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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