Html Css Color HEX #52E06C Emerald

📋 copy color: '#52E06C'

red 82 ◦ green 224 ◦ blue 108

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

Shades of Emerald #52E06C

Tints of Emerald #52E06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 54.11%

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 19.81%
G = 54.11%
B = 26.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#52E06C (or 0x52E06C) is known color: Emerald. HEX triplet: 52, E0 and 6C. RGB value is (82,224,108). Sum of RGB (Red+Green+Blue) = 82+224+108=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #52E06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E06C is #AD1F93. Grayscale: #A8A8A8. Windows color (decimal): -11345812 or 7135314. OLE color: 7135314.

HSL color Cylindrical-coordinate representation of color #52E06C: hue angle of 130.99º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E06C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 224 108 -
CMYK 0.63 0 0.52 0.12
HSL 130.99º 0.7% 0.6% -
HSV(B) 130.99º 0.63% 0.88% -
XYZ 32.84 56.19 23.3 -
YUV 168.32 93.96 66.43 -
System Red Green Blue C M Y K H S L
Decimal 82 224 108 0.63 0 0.52 0.12 130.99 0.7 0.6
Hex 52 E0 6C 3F 0 34 C 83 46 3C
Octal 122 340 154 77 0 64 14 203 106 74
Binary 1010010 11100000 1101100 111111 0 110100 1100 10000011 1000110 111100

Color Harmonies of #52E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E06C

Black with #52E06C

Text Example


Text Example

White with #52E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,224,108); }

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

background-color css

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

 a { background-color: rgb(82,224,108); }

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

border-color css

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

 span { border-color: rgb(82,224,108); }

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