Html Css Color HEX #52BA62 Fern

📋 copy color: '#52BA62'

red 82 ◦ green 186 ◦ blue 98

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

Shades of Fern #52BA62

Tints of Fern #52BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

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

R = 22.4%
G = 50.82%
B = 26.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#52BA62 (or 0x52BA62) is known color: Fern. HEX triplet: 52, BA and 62. RGB value is (82,186,98). Sum of RGB (Red+Green+Blue) = 82+186+98=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA62 is #AD459D. Grayscale: #919191. Windows color (decimal): -11355550 or 6470226. OLE color: 6470226.

HSL color Cylindrical-coordinate representation of color #52BA62: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA62 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 98 -
CMYK 0.56 0 0.47 0.27
HSL 129.23º 0.43% 0.53% -
HSV(B) 129.23º 0.56% 0.73% -
XYZ 23.24 37.79 17.63 -
YUV 144.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 82 186 98 0.56 0 0.47 0.27 129.23 0.43 0.53
Hex 52 BA 62 38 0 2F 1B 81 2B 35
Octal 122 272 142 70 0 57 33 201 53 65
Binary 1010010 10111010 1100010 111000 0 101111 11011 10000001 101011 110101

Color Harmonies of #52BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA62

Black with #52BA62

Text Example


Text Example

White with #52BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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