Html Css Color HEX #52BC67 Fern

📋 copy color: '#52BC67'

red 82 ◦ green 188 ◦ blue 103

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

Shades of Fern #52BC67

Tints of Fern #52BC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 21.98%
G = 50.4%
B = 27.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#52BC67 (or 0x52BC67) is known color: Fern. HEX triplet: 52, BC and 67. RGB value is (82,188,103). Sum of RGB (Red+Green+Blue) = 82+188+103=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BC67 is #AD4398. Grayscale: #929292. Windows color (decimal): -11355033 or 6798418. OLE color: 6798418.

HSL color Cylindrical-coordinate representation of color #52BC67: hue angle of 131.89º 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 #52BC67 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 103 -
CMYK 0.56 0 0.45 0.26
HSL 131.89º 0.44% 0.53% -
HSV(B) 131.89º 0.56% 0.74% -
XYZ 23.91 38.74 19.05 -
YUV 146.62 103.38 81.91 -
System Red Green Blue C M Y K H S L
Decimal 82 188 103 0.56 0 0.45 0.26 131.89 0.44 0.53
Hex 52 BC 67 38 0 2D 1A 84 2C 35
Octal 122 274 147 70 0 55 32 204 54 65
Binary 1010010 10111100 1100111 111000 0 101101 11010 10000100 101100 110101

Color Harmonies of #52BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC67

Black with #52BC67

Text Example


Text Example

White with #52BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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