Html Css Color HEX #52DF64 Emerald

📋 copy color: '#52DF64'

red 82 ◦ green 223 ◦ blue 100

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

Shades of Emerald #52DF64

Tints of Emerald #52DF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 20.25%
G = 55.06%
B = 24.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#52DF64 (or 0x52DF64) is known color: Emerald. HEX triplet: 52, DF and 64. RGB value is (82,223,100). Sum of RGB (Red+Green+Blue) = 82+223+100=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF64 is #AD209B. Grayscale: #A7A7A7. Windows color (decimal): -11346076 or 6610770. OLE color: 6610770.

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

Color convert

RGB 82 223 100 -
CMYK 0.63 0 0.55 0.13
HSL 127.66º 0.69% 0.6% -
HSV(B) 127.66º 0.63% 0.87% -
XYZ 32.17 55.49 21.07 -
YUV 166.82 90.29 67.5 -
System Red Green Blue C M Y K H S L
Decimal 82 223 100 0.63 0 0.55 0.13 127.66 0.69 0.6
Hex 52 DF 64 3F 0 37 D 80 45 3C
Octal 122 337 144 77 0 67 15 200 105 74
Binary 1010010 11011111 1100100 111111 0 110111 1101 10000000 1000101 111100

Color Harmonies of #52DF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF64

Black with #52DF64

Text Example


Text Example

White with #52DF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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