Html Css Color HEX #52E38F Emerald

📋 copy color: '#52E38F'

red 82 ◦ green 227 ◦ blue 143

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

Shades of Emerald #52E38F

Tints of Emerald #52E38F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.22%

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 18.14%
G = 50.22%
B = 31.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#52E38F (or 0x52E38F) is known color: Emerald. HEX triplet: 52, E3 and 8F. RGB value is (82,227,143). Sum of RGB (Red+Green+Blue) = 82+227+143=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #52E38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E38F is #AD1C70. Grayscale: #AEAEAE. Windows color (decimal): -11345009 or 9429842. OLE color: 9429842.

HSL color Cylindrical-coordinate representation of color #52E38F: hue angle of 145.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E38F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 227 143 -
CMYK 0.64 0 0.37 0.11
HSL 145.24º 0.72% 0.61% -
HSV(B) 145.24º 0.64% 0.89% -
XYZ 35.91 58.72 35.43 -
YUV 174.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 82 227 143 0.64 0 0.37 0.11 145.24 0.72 0.61
Hex 52 E3 8F 40 0 25 B 91 48 3D
Octal 122 343 217 100 0 45 13 221 110 75
Binary 1010010 11100011 10001111 1000000 0 100101 1011 10010001 1001000 111101

Color Harmonies of #52E38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E38F

Black with #52E38F

Text Example


Text Example

White with #52E38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,227,143); }

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

background-color css

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

 a { background-color: rgb(82,227,143); }

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

border-color css

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

 span { border-color: rgb(82,227,143); }

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