Html Css Color HEX #52C278 Emerald

📋 copy color: '#52C278'

red 82 ◦ green 194 ◦ blue 120

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

Shades of Emerald #52C278

Tints of Emerald #52C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 120 (47.27% from 255) = 30.3%

R = 20.71%
G = 48.99%
B = 30.3%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#52C278 (or 0x52C278) is known color: Emerald. HEX triplet: 52, C2 and 78. RGB value is (82,194,120). Sum of RGB (Red+Green+Blue) = 82+194+120=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #52C278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C278 is #AD3D87. Grayscale: #989898. Windows color (decimal): -11353480 or 7914066. OLE color: 7914066.

HSL color Cylindrical-coordinate representation of color #52C278: hue angle of 140.36º 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 #52C278 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 194 120 -
CMYK 0.58 0 0.38 0.24
HSL 140.36º 0.48% 0.54% -
HSV(B) 140.36º 0.58% 0.76% -
XYZ 26.16 41.73 24.45 -
YUV 152.08 109.89 78.02 -
System Red Green Blue C M Y K H S L
Decimal 82 194 120 0.58 0 0.38 0.24 140.36 0.48 0.54
Hex 52 C2 78 3A 0 26 18 8C 30 36
Octal 122 302 170 72 0 46 30 214 60 66
Binary 1010010 11000010 1111000 111010 0 100110 11000 10001100 110000 110110

Color Harmonies of #52C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C278

Black with #52C278

Text Example


Text Example

White with #52C278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,120); }

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

background-color css

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

 a { background-color: rgb(82,194,120); }

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

border-color css

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

 span { border-color: rgb(82,194,120); }

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