Html Css Color HEX #3AD575 Emerald

📋 copy color: '#3AD575'

red 58 ◦ green 213 ◦ blue 117

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

Shades of Emerald #3AD575

Tints of Emerald #3AD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 54.9%

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

R = 14.95%
G = 54.9%
B = 30.15%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#3AD575 (or 0x3AD575) is known color: Emerald. HEX triplet: 3A, D5 and 75. RGB value is (58,213,117). Sum of RGB (Red+Green+Blue) = 58+213+117=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 213 (83.59% from 255 or 54.90% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD575 is #C52A8A. Grayscale: #9B9B9B. Windows color (decimal): -12921483 or 7722298. OLE color: 7722298.

HSL color Cylindrical-coordinate representation of color #3AD575: hue angle of 142.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD575 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 213 117 -
CMYK 0.73 0 0.45 0.16
HSL 142.84º 0.65% 0.53% -
HSV(B) 142.84º 0.73% 0.84% -
XYZ 28.75 49.77 24.92 -
YUV 155.71 106.15 58.31 -
System Red Green Blue C M Y K H S L
Decimal 58 213 117 0.73 0 0.45 0.16 142.84 0.65 0.53
Hex 3A D5 75 49 0 2D 10 8F 41 35
Octal 72 325 165 111 0 55 20 217 101 65
Binary 111010 11010101 1110101 1001001 0 101101 10000 10001111 1000001 110101

Color Harmonies of #3AD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD575

Black with #3AD575

Text Example


Text Example

White with #3AD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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