Html Css Color HEX #3ADC75 Emerald

📋 copy color: '#3ADC75'

red 58 ◦ green 220 ◦ blue 117

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

Shades of Emerald #3ADC75

Tints of Emerald #3ADC75

RGB

 RED value IS 58 (23.05% from 255) = 14.68%

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 14.68%
G = 55.7%
B = 29.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#3ADC75 (or 0x3ADC75) is known color: Emerald. HEX triplet: 3A, DC and 75. RGB value is (58,220,117). Sum of RGB (Red+Green+Blue) = 58+220+117=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADC75 is #C5238A. Grayscale: #A0A0A0. Windows color (decimal): -12919691 or 7724090. OLE color: 7724090.

HSL color Cylindrical-coordinate representation of color #3ADC75: hue angle of 141.85º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3ADC75 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 220 117 -
CMYK 0.74 0 0.47 0.14
HSL 141.85º 0.7% 0.55% -
HSV(B) 141.85º 0.74% 0.86% -
XYZ 30.55 53.37 25.52 -
YUV 159.82 103.83 55.38 -
System Red Green Blue C M Y K H S L
Decimal 58 220 117 0.74 0 0.47 0.14 141.85 0.7 0.55
Hex 3A DC 75 4A 0 2F E 8E 46 37
Octal 72 334 165 112 0 57 16 216 106 67
Binary 111010 11011100 1110101 1001010 0 101111 1110 10001110 1000110 110111

Color Harmonies of #3ADC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADC75

Black with #3ADC75

Text Example


Text Example

White with #3ADC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ADC75; }

 p { color: rgb(58,220,117); }

 H1.HeaderClassName
 {
   color: #3ADC75;
 }
 .AnyTagClassName
 {
   color: #3ADC75;
 }
</style>

background-color css

<style>
 a { background-color: #3ADC75; }

 a { background-color: rgb(58,220,117); }

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

border-color css

<style>
 span { border-color: #3ADC75; }

 span { border-color: rgb(58,220,117); }

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