Html Css Color HEX #52BA5C Fern

📋 copy color: '#52BA5C'

red 82 ◦ green 186 ◦ blue 92

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

Shades of Fern #52BA5C

Tints of Fern #52BA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 22.78%
G = 51.67%
B = 25.56%

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

#52BA5C (or 0x52BA5C) is known color: Fern. HEX triplet: 52, BA and 5C. RGB value is (82,186,92). Sum of RGB (Red+Green+Blue) = 82+186+92=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA5C is #AD45A3. Grayscale: #909090. Windows color (decimal): -11355556 or 6077010. OLE color: 6077010.

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

Color convert

RGB 82 186 92 -
CMYK 0.56 0 0.51 0.27
HSL 125.77º 0.43% 0.53% -
HSV(B) 125.77º 0.56% 0.73% -
XYZ 22.97 37.68 16.19 -
YUV 144.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 82 186 92 0.56 0 0.51 0.27 125.77 0.43 0.53
Hex 52 BA 5C 38 0 33 1B 7E 2B 35
Octal 122 272 134 70 0 63 33 176 53 65
Binary 1010010 10111010 1011100 111000 0 110011 11011 1111110 101011 110101

Color Harmonies of #52BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA5C

Black with #52BA5C

Text Example


Text Example

White with #52BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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