Html Css Color HEX #52BA5F Fern

📋 copy color: '#52BA5F'

red 82 ◦ green 186 ◦ blue 95

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

Shades of Fern #52BA5F

Tints of Fern #52BA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 22.59%
G = 51.24%
B = 26.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#52BA5F (or 0x52BA5F) is known color: Fern. HEX triplet: 52, BA and 5F. RGB value is (82,186,95). Sum of RGB (Red+Green+Blue) = 82+186+95=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA5F is #AD45A0. Grayscale: #909090. Windows color (decimal): -11355553 or 6273618. OLE color: 6273618.

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

Color convert

RGB 82 186 95 -
CMYK 0.56 0 0.49 0.27
HSL 127.5º 0.43% 0.53% -
HSV(B) 127.5º 0.56% 0.73% -
XYZ 23.1 37.74 16.89 -
YUV 144.53 100.04 83.4 -
System Red Green Blue C M Y K H S L
Decimal 82 186 95 0.56 0 0.49 0.27 127.5 0.43 0.53
Hex 52 BA 5F 38 0 31 1B 80 2B 35
Octal 122 272 137 70 0 61 33 200 53 65
Binary 1010010 10111010 1011111 111000 0 110001 11011 10000000 101011 110101

Color Harmonies of #52BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA5F

Black with #52BA5F

Text Example


Text Example

White with #52BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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