Html Css Color HEX #52B162 Fern

📋 copy color: '#52B162'

red 82 ◦ green 177 ◦ blue 98

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

Shades of Fern #52B162

Tints of Fern #52B162

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.58%

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

R = 22.97%
G = 49.58%
B = 27.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#52B162 (or 0x52B162) is known color: Fern. HEX triplet: 52, B1 and 62. RGB value is (82,177,98). Sum of RGB (Red+Green+Blue) = 82+177+98=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #52B162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B162 is #AD4E9D. Grayscale: #8B8B8B. Windows color (decimal): -11357854 or 6467922. OLE color: 6467922.

HSL color Cylindrical-coordinate representation of color #52B162: hue angle of 130.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B162 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 177 98 -
CMYK 0.54 0 0.45 0.31
HSL 130.11º 0.38% 0.51% -
HSV(B) 130.11º 0.54% 0.69% -
XYZ 21.41 34.12 17.01 -
YUV 139.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 82 177 98 0.54 0 0.45 0.31 130.11 0.38 0.51
Hex 52 B1 62 36 0 2D 1F 82 26 33
Octal 122 261 142 66 0 55 37 202 46 63
Binary 1010010 10110001 1100010 110110 0 101101 11111 10000010 100110 110011

Color Harmonies of #52B162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B162

Black with #52B162

Text Example


Text Example

White with #52B162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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