Html Css Color HEX #52C274 Emerald

📋 copy color: '#52C274'

red 82 ◦ green 194 ◦ blue 116

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

Shades of Emerald #52C274

Tints of Emerald #52C274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.59%

R = 20.92%
G = 49.49%
B = 29.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#52C274 (or 0x52C274) is known color: Emerald. HEX triplet: 52, C2 and 74. RGB value is (82,194,116). Sum of RGB (Red+Green+Blue) = 82+194+116=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #52C274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C274 is #AD3D8B. Grayscale: #979797. Windows color (decimal): -11353484 or 7651922. OLE color: 7651922.

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

Color convert

RGB 82 194 116 -
CMYK 0.58 0 0.40 0.24
HSL 138.21º 0.48% 0.54% -
HSV(B) 138.21º 0.58% 0.76% -
XYZ 25.92 41.64 23.19 -
YUV 151.62 107.89 78.34 -
System Red Green Blue C M Y K H S L
Decimal 82 194 116 0.58 0 0.40 0.24 138.21 0.48 0.54
Hex 52 C2 74 3A 0 28 18 8A 30 36
Octal 122 302 164 72 0 50 30 212 60 66
Binary 1010010 11000010 1110100 111010 0 101000 11000 10001010 110000 110110

Color Harmonies of #52C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C274

Black with #52C274

Text Example


Text Example

White with #52C274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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