Html Css Color HEX #52B669 Fern

📋 copy color: '#52B669'

red 82 ◦ green 182 ◦ blue 105

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

Shades of Fern #52B669

Tints of Fern #52B669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 22.22%
G = 49.32%
B = 28.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#52B669 (or 0x52B669) is known color: Fern. HEX triplet: 52, B6 and 69. RGB value is (82,182,105). Sum of RGB (Red+Green+Blue) = 82+182+105=369 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.22% from 369); Green value is 182 (71.48% from 255 or 49.32% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 182 - color contains mainly: green. Hex color #52B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B669 is #AD4996. Grayscale: #8F8F8F. Windows color (decimal): -11356567 or 6927954. OLE color: 6927954.

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

Color convert

RGB 82 182 105 -
CMYK 0.55 0 0.42 0.29
HSL 133.8º 0.41% 0.52% -
HSV(B) 133.8º 0.55% 0.71% -
XYZ 22.76 36.27 19.17 -
YUV 143.32 106.37 84.26 -
System Red Green Blue C M Y K H S L
Decimal 82 182 105 0.55 0 0.42 0.29 133.8 0.41 0.52
Hex 52 B6 69 37 0 2A 1D 86 29 34
Octal 122 266 151 67 0 52 35 206 51 64
Binary 1010010 10110110 1101001 110111 0 101010 11101 10000110 101001 110100

Color Harmonies of #52B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B669

Black with #52B669

Text Example


Text Example

White with #52B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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