Html Css Color HEX #52EB8C Emerald

📋 copy color: '#52EB8C'

red 82 ◦ green 235 ◦ blue 140

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

Shades of Emerald #52EB8C

Tints of Emerald #52EB8C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

 BLUE value IS 140 (55.08% from 255) = 30.63%

R = 17.94%
G = 51.42%
B = 30.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#52EB8C (or 0x52EB8C) is known color: Emerald. HEX triplet: 52, EB and 8C. RGB value is (82,235,140). Sum of RGB (Red+Green+Blue) = 82+235+140=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EB8C is #AD1473. Grayscale: #B2B2B2. Windows color (decimal): -11342964 or 9235282. OLE color: 9235282.

HSL color Cylindrical-coordinate representation of color #52EB8C: hue angle of 142.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EB8C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 235 140 -
CMYK 0.65 0 0.40 0.08
HSL 142.75º 0.79% 0.62% -
HSV(B) 142.75º 0.65% 0.92% -
XYZ 37.92 63.1 34.99 -
YUV 178.42 106.31 59.22 -
System Red Green Blue C M Y K H S L
Decimal 82 235 140 0.65 0 0.40 0.08 142.75 0.79 0.62
Hex 52 EB 8C 41 0 28 8 8F 4F 3E
Octal 122 353 214 101 0 50 10 217 117 76
Binary 1010010 11101011 10001100 1000001 0 101000 1000 10001111 1001111 111110

Color Harmonies of #52EB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EB8C

Black with #52EB8C

Text Example


Text Example

White with #52EB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,235,140); }

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

background-color css

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

 a { background-color: rgb(82,235,140); }

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

border-color css

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

 span { border-color: rgb(82,235,140); }

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