Html Css Color HEX #52B667 Fern

📋 copy color: '#52B667'

red 82 ◦ green 182 ◦ blue 103

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

Shades of Fern #52B667

Tints of Fern #52B667

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

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

R = 22.34%
G = 49.59%
B = 28.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#52B667 (or 0x52B667) is known color: Fern. HEX triplet: 52, B6 and 67. RGB value is (82,182,103). Sum of RGB (Red+Green+Blue) = 82+182+103=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #52B667 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B667 is #AD4998. Grayscale: #8F8F8F. Windows color (decimal): -11356569 or 6796882. OLE color: 6796882.

HSL color Cylindrical-coordinate representation of color #52B667: hue angle of 132.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B667 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 182 103 -
CMYK 0.55 0 0.43 0.29
HSL 132.6º 0.41% 0.52% -
HSV(B) 132.6º 0.55% 0.71% -
XYZ 22.66 36.23 18.63 -
YUV 143.09 105.37 84.42 -
System Red Green Blue C M Y K H S L
Decimal 82 182 103 0.55 0 0.43 0.29 132.6 0.41 0.52
Hex 52 B6 67 37 0 2B 1D 85 29 34
Octal 122 266 147 67 0 53 35 205 51 64
Binary 1010010 10110110 1100111 110111 0 101011 11101 10000101 101001 110100

Color Harmonies of #52B667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B667

Black with #52B667

Text Example


Text Example

White with #52B667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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