Html Css Color HEX #52BA5B Fern

📋 copy color: '#52BA5B'

red 82 ◦ green 186 ◦ blue 91

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

Shades of Fern #52BA5B

Tints of Fern #52BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.35%

R = 22.84%
G = 51.81%
B = 25.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#52BA5B (or 0x52BA5B) is known color: Fern. HEX triplet: 52, BA and 5B. RGB value is (82,186,91). Sum of RGB (Red+Green+Blue) = 82+186+91=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA5B is #AD45A4. Grayscale: #909090. Windows color (decimal): -11355557 or 6011474. OLE color: 6011474.

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

Color convert

RGB 82 186 91 -
CMYK 0.56 0 0.51 0.27
HSL 125.19º 0.43% 0.53% -
HSV(B) 125.19º 0.56% 0.73% -
XYZ 22.93 37.67 15.96 -
YUV 144.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 82 186 91 0.56 0 0.51 0.27 125.19 0.43 0.53
Hex 52 BA 5B 38 0 33 1B 7D 2B 35
Octal 122 272 133 70 0 63 33 175 53 65
Binary 1010010 10111010 1011011 111000 0 110011 11011 1111101 101011 110101

Color Harmonies of #52BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA5B

Black with #52BA5B

Text Example


Text Example

White with #52BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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