Html Css Color HEX #52F28E Emerald

📋 copy color: '#52F28E'

red 82 ◦ green 242 ◦ blue 142

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

Shades of Emerald #52F28E

Tints of Emerald #52F28E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.93%

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

R = 17.6%
G = 51.93%
B = 30.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#52F28E (or 0x52F28E) is known color: Emerald. HEX triplet: 52, F2 and 8E. RGB value is (82,242,142). Sum of RGB (Red+Green+Blue) = 82+242+142=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #52F28E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F28E is #AD0D71. Grayscale: #B7B7B7. Windows color (decimal): -11341170 or 9368146. OLE color: 9368146.

HSL color Cylindrical-coordinate representation of color #52F28E: hue angle of 142.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F28E is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 242 142 -
CMYK 0.66 0 0.41 0.05
HSL 142.5º 0.86% 0.64% -
HSV(B) 142.5º 0.66% 0.95% -
XYZ 40.11 67.25 36.46 -
YUV 182.76 104.99 56.13 -
System Red Green Blue C M Y K H S L
Decimal 82 242 142 0.66 0 0.41 0.05 142.5 0.86 0.64
Hex 52 F2 8E 42 0 29 5 8E 56 40
Octal 122 362 216 102 0 51 5 216 126 100
Binary 1010010 11110010 10001110 1000010 0 101001 101 10001110 1010110 1000000

Color Harmonies of #52F28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F28E

Black with #52F28E

Text Example


Text Example

White with #52F28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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