Html Css Color HEX #52F68C Emerald

📋 copy color: '#52F68C'

red 82 ◦ green 246 ◦ blue 140

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

Shades of Emerald #52F68C

Tints of Emerald #52F68C

RGB

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

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

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

R = 17.52%
G = 52.56%
B = 29.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#52F68C (or 0x52F68C) is known color: Emerald. HEX triplet: 52, F6 and 8C. RGB value is (82,246,140). Sum of RGB (Red+Green+Blue) = 82+246+140=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #52F68C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F68C is #AD0973. Grayscale: #B9B9B9. Windows color (decimal): -11340148 or 9238098. OLE color: 9238098.

HSL color Cylindrical-coordinate representation of color #52F68C: hue angle of 141.22º 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 #52F68C is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 246 140 -
CMYK 0.67 0 0.43 0.04
HSL 141.22º 0.9% 0.64% -
HSV(B) 141.22º 0.67% 0.96% -
XYZ 41.17 69.6 36.08 -
YUV 184.88 102.67 54.62 -
System Red Green Blue C M Y K H S L
Decimal 82 246 140 0.67 0 0.43 0.04 141.22 0.9 0.64
Hex 52 F6 8C 43 0 2B 4 8D 5A 40
Octal 122 366 214 103 0 53 4 215 132 100
Binary 1010010 11110110 10001100 1000011 0 101011 100 10001101 1011010 1000000

Color Harmonies of #52F68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F68C

Black with #52F68C

Text Example


Text Example

White with #52F68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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