Html Css Color HEX #52DC69 Emerald

📋 copy color: '#52DC69'

red 82 ◦ green 220 ◦ blue 105

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

Shades of Emerald #52DC69

Tints of Emerald #52DC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.05%

 BLUE value IS 105 (41.41% from 255) = 25.8%

R = 20.15%
G = 54.05%
B = 25.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#52DC69 (or 0x52DC69) is known color: Emerald. HEX triplet: 52, DC and 69. RGB value is (82,220,105). Sum of RGB (Red+Green+Blue) = 82+220+105=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC69 is #AD2396. Grayscale: #A5A5A5. Windows color (decimal): -11346839 or 6937682. OLE color: 6937682.

HSL color Cylindrical-coordinate representation of color #52DC69: hue angle of 130º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC69 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 105 -
CMYK 0.63 0 0.52 0.14
HSL 130º 0.66% 0.59% -
HSV(B) 130º 0.63% 0.86% -
XYZ 31.62 54 22.12 -
YUV 165.63 93.78 68.35 -
System Red Green Blue C M Y K H S L
Decimal 82 220 105 0.63 0 0.52 0.14 130 0.66 0.59
Hex 52 DC 69 3F 0 34 E 82 42 3B
Octal 122 334 151 77 0 64 16 202 102 73
Binary 1010010 11011100 1101001 111111 0 110100 1110 10000010 1000010 111011

Color Harmonies of #52DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC69

Black with #52DC69

Text Example


Text Example

White with #52DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,105); }

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

background-color css

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

 a { background-color: rgb(82,220,105); }

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

border-color css

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

 span { border-color: rgb(82,220,105); }

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