Html Css Color HEX #52CF8E Emerald

📋 copy color: '#52CF8E'

red 82 ◦ green 207 ◦ blue 142

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

Shades of Emerald #52CF8E

Tints of Emerald #52CF8E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 142 (55.86% from 255) = 32.95%

R = 19.03%
G = 48.03%
B = 32.95%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#52CF8E (or 0x52CF8E) is known color: Emerald. HEX triplet: 52, CF and 8E. RGB value is (82,207,142). Sum of RGB (Red+Green+Blue) = 82+207+142=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CF8E is #AD3071. Grayscale: #A2A2A2. Windows color (decimal): -11350130 or 9359186. OLE color: 9359186.

HSL color Cylindrical-coordinate representation of color #52CF8E: hue angle of 148.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CF8E is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 207 142 -
CMYK 0.60 0 0.31 0.19
HSL 148.8º 0.57% 0.57% -
HSV(B) 148.8º 0.6% 0.81% -
XYZ 30.67 48.37 33.31 -
YUV 162.22 116.59 70.79 -
System Red Green Blue C M Y K H S L
Decimal 82 207 142 0.60 0 0.31 0.19 148.8 0.57 0.57
Hex 52 CF 8E 3C 0 1F 13 95 39 39
Octal 122 317 216 74 0 37 23 225 71 71
Binary 1010010 11001111 10001110 111100 0 11111 10011 10010101 111001 111001

Color Harmonies of #52CF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CF8E

Black with #52CF8E

Text Example


Text Example

White with #52CF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,207,142); }

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

background-color css

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

 a { background-color: rgb(82,207,142); }

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

border-color css

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

 span { border-color: rgb(82,207,142); }

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