Html Css Color HEX #53DC68 Emerald

📋 copy color: '#53DC68'

red 83 ◦ green 220 ◦ blue 104

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

Shades of Emerald #53DC68

Tints of Emerald #53DC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 20.39%
G = 54.05%
B = 25.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#53DC68 (or 0x53DC68) is known color: Emerald. HEX triplet: 53, DC and 68. RGB value is (83,220,104). Sum of RGB (Red+Green+Blue) = 83+220+104=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #53DC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DC68 is #AC2397. Grayscale: #A6A6A6. Windows color (decimal): -11281304 or 6872147. OLE color: 6872147.

HSL color Cylindrical-coordinate representation of color #53DC68: hue angle of 129.2º 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 #53DC68 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 220 104 -
CMYK 0.62 0 0.53 0.14
HSL 129.2º 0.66% 0.59% -
HSV(B) 129.2º 0.62% 0.86% -
XYZ 31.66 54.02 21.86 -
YUV 165.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 83 220 104 0.62 0 0.53 0.14 129.2 0.66 0.59
Hex 53 DC 68 3E 0 35 E 81 42 3B
Octal 123 334 150 76 0 65 16 201 102 73
Binary 1010011 11011100 1101000 111110 0 110101 1110 10000001 1000010 111011

Color Harmonies of #53DC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DC68

Black with #53DC68

Text Example


Text Example

White with #53DC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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