Html Css Color HEX #52F68E Emerald

📋 copy color: '#52F68E'

red 82 ◦ green 246 ◦ blue 142

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

Shades of Emerald #52F68E

Tints of Emerald #52F68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.34%

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

R = 17.45%
G = 52.34%
B = 30.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#52F68E (or 0x52F68E) is known color: Emerald. HEX triplet: 52, F6 and 8E. RGB value is (82,246,142). Sum of RGB (Red+Green+Blue) = 82+246+142=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #52F68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F68E is #AD0971. Grayscale: #B9B9B9. Windows color (decimal): -11340146 or 9369170. OLE color: 9369170.

HSL color Cylindrical-coordinate representation of color #52F68E: hue angle of 141.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F68E is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 142 -
CMYK 0.67 0 0.42 0.04
HSL 141.95º 0.9% 0.64% -
HSV(B) 141.95º 0.67% 0.96% -
XYZ 41.32 69.66 36.86 -
YUV 185.11 103.67 54.46 -
System Red Green Blue C M Y K H S L
Decimal 82 246 142 0.67 0 0.42 0.04 141.95 0.9 0.64
Hex 52 F6 8E 43 0 2A 4 8E 5A 40
Octal 122 366 216 103 0 52 4 216 132 100
Binary 1010010 11110110 10001110 1000011 0 101010 100 10001110 1011010 1000000

Color Harmonies of #52F68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F68E

Black with #52F68E

Text Example


Text Example

White with #52F68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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