Html Css Color HEX #3ADD75 Emerald

📋 copy color: '#3ADD75'

red 58 ◦ green 221 ◦ blue 117

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

Shades of Emerald #3ADD75

Tints of Emerald #3ADD75

RGB

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

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

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

R = 14.65%
G = 55.81%
B = 29.55%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#3ADD75 (or 0x3ADD75) is known color: Emerald. HEX triplet: 3A, DD and 75. RGB value is (58,221,117). Sum of RGB (Red+Green+Blue) = 58+221+117=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #3ADD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ADD75 is #C5228A. Grayscale: #A0A0A0. Windows color (decimal): -12919435 or 7724346. OLE color: 7724346.

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

Color convert

RGB 58 221 117 -
CMYK 0.74 0 0.47 0.13
HSL 141.72º 0.71% 0.55% -
HSV(B) 141.72º 0.74% 0.87% -
XYZ 30.81 53.9 25.61 -
YUV 160.41 103.5 54.96 -
System Red Green Blue C M Y K H S L
Decimal 58 221 117 0.74 0 0.47 0.13 141.72 0.71 0.55
Hex 3A DD 75 4A 0 2F D 8E 47 37
Octal 72 335 165 112 0 57 15 216 107 67
Binary 111010 11011101 1110101 1001010 0 101111 1101 10001110 1000111 110111

Color Harmonies of #3ADD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ADD75

Black with #3ADD75

Text Example


Text Example

White with #3ADD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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