Html Css Color HEX #52DF77 Emerald

📋 copy color: '#52DF77'

red 82 ◦ green 223 ◦ blue 119

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

Shades of Emerald #52DF77

Tints of Emerald #52DF77

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.59%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 19.34%
G = 52.59%
B = 28.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#52DF77 (or 0x52DF77) is known color: Emerald. HEX triplet: 52, DF and 77. RGB value is (82,223,119). Sum of RGB (Red+Green+Blue) = 82+223+119=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF77 is #AD2088. Grayscale: #A9A9A9. Windows color (decimal): -11346057 or 7855954. OLE color: 7855954.

HSL color Cylindrical-coordinate representation of color #52DF77: hue angle of 135.74º degrees, saturation: 0.69, 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 #52DF77 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 119 -
CMYK 0.63 0 0.47 0.13
HSL 135.74º 0.69% 0.6% -
HSV(B) 135.74º 0.63% 0.87% -
XYZ 33.2 55.9 26.49 -
YUV 168.99 99.79 65.96 -
System Red Green Blue C M Y K H S L
Decimal 82 223 119 0.63 0 0.47 0.13 135.74 0.69 0.6
Hex 52 DF 77 3F 0 2F D 88 45 3C
Octal 122 337 167 77 0 57 15 210 105 74
Binary 1010010 11011111 1110111 111111 0 101111 1101 10001000 1000101 111100

Color Harmonies of #52DF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF77

Black with #52DF77

Text Example


Text Example

White with #52DF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,119); }

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

background-color css

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

 a { background-color: rgb(82,223,119); }

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

border-color css

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

 span { border-color: rgb(82,223,119); }

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