Html Css Color HEX #52C468 Emerald

📋 copy color: '#52C468'

red 82 ◦ green 196 ◦ blue 104

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

Shades of Emerald #52C468

Tints of Emerald #52C468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.31%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 21.47%
G = 51.31%
B = 27.23%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#52C468 (or 0x52C468) is known color: Emerald. HEX triplet: 52, C4 and 68. RGB value is (82,196,104). Sum of RGB (Red+Green+Blue) = 82+196+104=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #52C468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C468 is #AD3B97. Grayscale: #979797. Windows color (decimal): -11352984 or 6866002. OLE color: 6866002.

HSL color Cylindrical-coordinate representation of color #52C468: hue angle of 131.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C468 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 104 -
CMYK 0.58 0 0.47 0.23
HSL 131.58º 0.49% 0.55% -
HSV(B) 131.58º 0.58% 0.77% -
XYZ 25.72 42.27 19.9 -
YUV 151.43 101.23 78.48 -
System Red Green Blue C M Y K H S L
Decimal 82 196 104 0.58 0 0.47 0.23 131.58 0.49 0.55
Hex 52 C4 68 3A 0 2F 17 84 31 37
Octal 122 304 150 72 0 57 27 204 61 67
Binary 1010010 11000100 1101000 111010 0 101111 10111 10000100 110001 110111

Color Harmonies of #52C468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C468

Black with #52C468

Text Example


Text Example

White with #52C468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,104); }

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

background-color css

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

 a { background-color: rgb(82,196,104); }

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

border-color css

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

 span { border-color: rgb(82,196,104); }

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