Html Css Color HEX #52BC66 Fern

📋 copy color: '#52BC66'

red 82 ◦ green 188 ◦ blue 102

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

Shades of Fern #52BC66

Tints of Fern #52BC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

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

R = 22.04%
G = 50.54%
B = 27.42%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#52BC66 (or 0x52BC66) is known color: Fern. HEX triplet: 52, BC and 66. RGB value is (82,188,102). Sum of RGB (Red+Green+Blue) = 82+188+102=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC66 is #AD4399. Grayscale: #929292. Windows color (decimal): -11355034 or 6732882. OLE color: 6732882.

HSL color Cylindrical-coordinate representation of color #52BC66: hue angle of 131.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC66 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 102 -
CMYK 0.56 0 0.46 0.26
HSL 131.32º 0.44% 0.53% -
HSV(B) 131.32º 0.56% 0.74% -
XYZ 23.86 38.72 18.79 -
YUV 146.5 102.88 81.99 -
System Red Green Blue C M Y K H S L
Decimal 82 188 102 0.56 0 0.46 0.26 131.32 0.44 0.53
Hex 52 BC 66 38 0 2E 1A 83 2C 35
Octal 122 274 146 70 0 56 32 203 54 65
Binary 1010010 10111100 1100110 111000 0 101110 11010 10000011 101100 110101

Color Harmonies of #52BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC66

Black with #52BC66

Text Example


Text Example

White with #52BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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