Html Css Color HEX #52BA61 Fern

📋 copy color: '#52BA61'

red 82 ◦ green 186 ◦ blue 97

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

Shades of Fern #52BA61

Tints of Fern #52BA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 22.47%
G = 50.96%
B = 26.58%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#52BA61 (or 0x52BA61) is known color: Fern. HEX triplet: 52, BA and 61. RGB value is (82,186,97). Sum of RGB (Red+Green+Blue) = 82+186+97=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 186 (73.05% from 255 or 50.96% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA61 is #AD459E. Grayscale: #919191. Windows color (decimal): -11355551 or 6404690. OLE color: 6404690.

HSL color Cylindrical-coordinate representation of color #52BA61: hue angle of 128.65º 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 #52BA61 is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 97 -
CMYK 0.56 0 0.48 0.27
HSL 128.65º 0.43% 0.53% -
HSV(B) 128.65º 0.56% 0.73% -
XYZ 23.2 37.77 17.38 -
YUV 144.76 101.04 83.24 -
System Red Green Blue C M Y K H S L
Decimal 82 186 97 0.56 0 0.48 0.27 128.65 0.43 0.53
Hex 52 BA 61 38 0 30 1B 81 2B 35
Octal 122 272 141 70 0 60 33 201 53 65
Binary 1010010 10111010 1100001 111000 0 110000 11011 10000001 101011 110101

Color Harmonies of #52BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA61

Black with #52BA61

Text Example


Text Example

White with #52BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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