Html Css Color HEX #52F18A Emerald

📋 copy color: '#52F18A'

red 82 ◦ green 241 ◦ blue 138

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

Shades of Emerald #52F18A

Tints of Emerald #52F18A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.28%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 17.79%
G = 52.28%
B = 29.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#52F18A (or 0x52F18A) is known color: Emerald. HEX triplet: 52, F1 and 8A. RGB value is (82,241,138). Sum of RGB (Red+Green+Blue) = 82+241+138=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #52F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F18A is #AD0E75. Grayscale: #B5B5B5. Windows color (decimal): -11341430 or 9105746. OLE color: 9105746.

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

Color convert

RGB 82 241 138 -
CMYK 0.66 0 0.43 0.05
HSL 141.13º 0.85% 0.63% -
HSV(B) 141.13º 0.66% 0.95% -
XYZ 39.52 66.54 34.81 -
YUV 181.72 103.32 56.88 -
System Red Green Blue C M Y K H S L
Decimal 82 241 138 0.66 0 0.43 0.05 141.13 0.85 0.63
Hex 52 F1 8A 42 0 2B 5 8D 55 3F
Octal 122 361 212 102 0 53 5 215 125 77
Binary 1010010 11110001 10001010 1000010 0 101011 101 10001101 1010101 111111

Color Harmonies of #52F18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F18A

Black with #52F18A

Text Example


Text Example

White with #52F18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,138); }

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

background-color css

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

 a { background-color: rgb(82,241,138); }

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

border-color css

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

 span { border-color: rgb(82,241,138); }

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