Html Css Color HEX #53DC66 Emerald

📋 copy color: '#53DC66'

red 83 ◦ green 220 ◦ blue 102

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

Shades of Emerald #53DC66

Tints of Emerald #53DC66

RGB

 RED value IS 83 (32.81% from 255) = 20.49%

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

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 20.49%
G = 54.32%
B = 25.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#53DC66 (or 0x53DC66) is known color: Emerald. HEX triplet: 53, DC and 66. RGB value is (83,220,102). Sum of RGB (Red+Green+Blue) = 83+220+102=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC66 is #AC2399. Grayscale: #A5A5A5. Windows color (decimal): -11281306 or 6741075. OLE color: 6741075.

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

Color convert

RGB 83 220 102 -
CMYK 0.62 0 0.54 0.14
HSL 128.32º 0.66% 0.59% -
HSV(B) 128.32º 0.62% 0.86% -
XYZ 31.56 53.98 21.33 -
YUV 165.59 92.11 69.09 -
System Red Green Blue C M Y K H S L
Decimal 83 220 102 0.62 0 0.54 0.14 128.32 0.66 0.59
Hex 53 DC 66 3E 0 36 E 80 42 3B
Octal 123 334 146 76 0 66 16 200 102 73
Binary 1010011 11011100 1100110 111110 0 110110 1110 10000000 1000010 111011

Color Harmonies of #53DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC66

Black with #53DC66

Text Example


Text Example

White with #53DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53DC66; }

 p { color: rgb(83,220,102); }

 H1.HeaderClassName
 {
   color: #53DC66;
 }
 .AnyTagClassName
 {
   color: #53DC66;
 }
</style>

background-color css

<style>
 a { background-color: #53DC66; }

 a { background-color: rgb(83,220,102); }

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

border-color css

<style>
 span { border-color: #53DC66; }

 span { border-color: rgb(83,220,102); }

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