Html Css Color HEX #52DE5E Emerald

📋 copy color: '#52DE5E'

red 82 ◦ green 222 ◦ blue 94

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

Shades of Emerald #52DE5E

Tints of Emerald #52DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 20.6%
G = 55.78%
B = 23.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#52DE5E (or 0x52DE5E) is known color: Emerald. HEX triplet: 52, DE and 5E. RGB value is (82,222,94). Sum of RGB (Red+Green+Blue) = 82+222+94=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DE5E is #AD21A1. Grayscale: #A5A5A5. Windows color (decimal): -11346338 or 6217298. OLE color: 6217298.

HSL color Cylindrical-coordinate representation of color #52DE5E: hue angle of 125.14º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DE5E is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 94 -
CMYK 0.63 0 0.58 0.13
HSL 125.14º 0.68% 0.6% -
HSV(B) 125.14º 0.63% 0.87% -
XYZ 31.62 54.84 19.51 -
YUV 165.55 87.62 68.41 -
System Red Green Blue C M Y K H S L
Decimal 82 222 94 0.63 0 0.58 0.13 125.14 0.68 0.6
Hex 52 DE 5E 3F 0 3A D 7D 44 3C
Octal 122 336 136 77 0 72 15 175 104 74
Binary 1010010 11011110 1011110 111111 0 111010 1101 1111101 1000100 111100

Color Harmonies of #52DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DE5E

Black with #52DE5E

Text Example


Text Example

White with #52DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,222,94); }

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

background-color css

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

 a { background-color: rgb(82,222,94); }

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

border-color css

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

 span { border-color: rgb(82,222,94); }

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