Html Css Color HEX #52AF62 Fern

📋 copy color: '#52AF62'

red 82 ◦ green 175 ◦ blue 98

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

Shades of Fern #52AF62

Tints of Fern #52AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.3%

 BLUE value IS 98 (38.67% from 255) = 27.61%

R = 23.1%
G = 49.3%
B = 27.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#52AF62 (or 0x52AF62) is known color: Fern. HEX triplet: 52, AF and 62. RGB value is (82,175,98). Sum of RGB (Red+Green+Blue) = 82+175+98=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AF62 is #AD509D. Grayscale: #8A8A8A. Windows color (decimal): -11358366 or 6467410. OLE color: 6467410.

HSL color Cylindrical-coordinate representation of color #52AF62: hue angle of 130.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF62 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 98 -
CMYK 0.53 0 0.44 0.31
HSL 130.32º 0.37% 0.5% -
HSV(B) 130.32º 0.53% 0.69% -
XYZ 21.01 33.34 16.88 -
YUV 138.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 82 175 98 0.53 0 0.44 0.31 130.32 0.37 0.5
Hex 52 AF 62 35 0 2C 1F 82 25 32
Octal 122 257 142 65 0 54 37 202 45 62
Binary 1010010 10101111 1100010 110101 0 101100 11111 10000010 100101 110010

Color Harmonies of #52AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF62

Black with #52AF62

Text Example


Text Example

White with #52AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,98); }

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

background-color css

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

 a { background-color: rgb(82,175,98); }

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

border-color css

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

 span { border-color: rgb(82,175,98); }

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