Html Css Color HEX #52F07D Emerald

📋 copy color: '#52F07D'

red 82 ◦ green 240 ◦ blue 125

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

Shades of Emerald #52F07D

Tints of Emerald #52F07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.69%

 BLUE value IS 125 (49.22% from 255) = 27.96%

R = 18.34%
G = 53.69%
B = 27.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#52F07D (or 0x52F07D) is known color: Emerald. HEX triplet: 52, F0 and 7D. RGB value is (82,240,125). Sum of RGB (Red+Green+Blue) = 82+240+125=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #52F07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F07D is #AD0F82. Grayscale: #B3B3B3. Windows color (decimal): -11341699 or 8253522. OLE color: 8253522.

HSL color Cylindrical-coordinate representation of color #52F07D: hue angle of 136.33º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F07D is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 125 -
CMYK 0.66 0 0.48 0.06
HSL 136.33º 0.84% 0.63% -
HSV(B) 136.33º 0.66% 0.94% -
XYZ 38.34 65.59 30.04 -
YUV 179.65 97.15 58.35 -
System Red Green Blue C M Y K H S L
Decimal 82 240 125 0.66 0 0.48 0.06 136.33 0.84 0.63
Hex 52 F0 7D 42 0 30 6 88 54 3F
Octal 122 360 175 102 0 60 6 210 124 77
Binary 1010010 11110000 1111101 1000010 0 110000 110 10001000 1010100 111111

Color Harmonies of #52F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F07D

Black with #52F07D

Text Example


Text Example

White with #52F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,240,125); }

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

background-color css

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

 a { background-color: rgb(82,240,125); }

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

border-color css

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

 span { border-color: rgb(82,240,125); }

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