Html Css Color HEX #52C37F Emerald

📋 copy color: '#52C37F'

red 82 ◦ green 195 ◦ blue 127

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

Shades of Emerald #52C37F

Tints of Emerald #52C37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

 BLUE value IS 127 (50% from 255) = 31.44%

R = 20.3%
G = 48.27%
B = 31.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#52C37F (or 0x52C37F) is known color: Emerald. HEX triplet: 52, C3 and 7F. RGB value is (82,195,127). Sum of RGB (Red+Green+Blue) = 82+195+127=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #52C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C37F is #AD3C80. Grayscale: #999999. Windows color (decimal): -11353217 or 8373074. OLE color: 8373074.

HSL color Cylindrical-coordinate representation of color #52C37F: hue angle of 143.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C37F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 127 -
CMYK 0.58 0 0.35 0.24
HSL 143.89º 0.48% 0.54% -
HSV(B) 143.89º 0.58% 0.76% -
XYZ 26.83 42.36 26.84 -
YUV 153.46 113.06 77.03 -
System Red Green Blue C M Y K H S L
Decimal 82 195 127 0.58 0 0.35 0.24 143.89 0.48 0.54
Hex 52 C3 7F 3A 0 23 18 90 30 36
Octal 122 303 177 72 0 43 30 220 60 66
Binary 1010010 11000011 1111111 111010 0 100011 11000 10010000 110000 110110

Color Harmonies of #52C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C37F

Black with #52C37F

Text Example


Text Example

White with #52C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,127); }

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

background-color css

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

 a { background-color: rgb(82,195,127); }

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

border-color css

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

 span { border-color: rgb(82,195,127); }

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