Html Css Color HEX #52DD65 Emerald

📋 copy color: '#52DD65'

red 82 ◦ green 221 ◦ blue 101

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

Shades of Emerald #52DD65

Tints of Emerald #52DD65

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.7%

 BLUE value IS 101 (39.84% from 255) = 25%

R = 20.3%
G = 54.7%
B = 25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#52DD65 (or 0x52DD65) is known color: Emerald. HEX triplet: 52, DD and 65. RGB value is (82,221,101). Sum of RGB (Red+Green+Blue) = 82+221+101=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #52DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DD65 is #AD229A. Grayscale: #A6A6A6. Windows color (decimal): -11346587 or 6675794. OLE color: 6675794.

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

Color convert

RGB 82 221 101 -
CMYK 0.63 0 0.54 0.13
HSL 128.2º 0.67% 0.59% -
HSV(B) 128.2º 0.63% 0.87% -
XYZ 31.69 54.45 21.15 -
YUV 165.76 91.45 68.26 -
System Red Green Blue C M Y K H S L
Decimal 82 221 101 0.63 0 0.54 0.13 128.2 0.67 0.59
Hex 52 DD 65 3F 0 36 D 80 43 3B
Octal 122 335 145 77 0 66 15 200 103 73
Binary 1010010 11011101 1100101 111111 0 110110 1101 10000000 1000011 111011

Color Harmonies of #52DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DD65

Black with #52DD65

Text Example


Text Example

White with #52DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,221,101); }

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

background-color css

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

 a { background-color: rgb(82,221,101); }

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

border-color css

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

 span { border-color: rgb(82,221,101); }

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