Html Css Color HEX #3AD864 Emerald

📋 copy color: '#3AD864'

red 58 ◦ green 216 ◦ blue 100

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

Shades of Emerald #3AD864

Tints of Emerald #3AD864

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.75%

 BLUE value IS 100 (39.45% from 255) = 26.74%

R = 15.51%
G = 57.75%
B = 26.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#3AD864 (or 0x3AD864) is known color: Emerald. HEX triplet: 3A, D8 and 64. RGB value is (58,216,100). Sum of RGB (Red+Green+Blue) = 58+216+100=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD864 is #C5279B. Grayscale: #9B9B9B. Windows color (decimal): -12920732 or 6608954. OLE color: 6608954.

HSL color Cylindrical-coordinate representation of color #3AD864: hue angle of 135.95º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD864 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 100 -
CMYK 0.73 0 0.54 0.15
HSL 135.95º 0.67% 0.54% -
HSV(B) 135.95º 0.73% 0.85% -
XYZ 28.6 50.93 20.38 -
YUV 155.53 96.65 58.43 -
System Red Green Blue C M Y K H S L
Decimal 58 216 100 0.73 0 0.54 0.15 135.95 0.67 0.54
Hex 3A D8 64 49 0 36 F 88 43 36
Octal 72 330 144 111 0 66 17 210 103 66
Binary 111010 11011000 1100100 1001001 0 110110 1111 10001000 1000011 110110

Color Harmonies of #3AD864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD864

Black with #3AD864

Text Example


Text Example

White with #3AD864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,100); }

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

background-color css

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

 a { background-color: rgb(58,216,100); }

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

border-color css

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

 span { border-color: rgb(58,216,100); }

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