Html Css Color HEX #3ACD64 Emerald

📋 copy color: '#3ACD64'

red 58 ◦ green 205 ◦ blue 100

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

Shades of Emerald #3ACD64

Tints of Emerald #3ACD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.47%

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

R = 15.98%
G = 56.47%
B = 27.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#3ACD64 (or 0x3ACD64) is known color: Emerald. HEX triplet: 3A, CD and 64. RGB value is (58,205,100). Sum of RGB (Red+Green+Blue) = 58+205+100=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #3ACD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3ACD64 is #C5329B. Grayscale: #959595. Windows color (decimal): -12923548 or 6606138. OLE color: 6606138.

HSL color Cylindrical-coordinate representation of color #3ACD64: hue angle of 137.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACD64 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 205 100 -
CMYK 0.72 0 0.51 0.20
HSL 137.14º 0.6% 0.52% -
HSV(B) 137.14º 0.72% 0.8% -
XYZ 25.88 45.48 19.47 -
YUV 149.08 100.3 63.04 -
System Red Green Blue C M Y K H S L
Decimal 58 205 100 0.72 0 0.51 0.20 137.14 0.6 0.52
Hex 3A CD 64 48 0 33 14 89 3C 34
Octal 72 315 144 110 0 63 24 211 74 64
Binary 111010 11001101 1100100 1001000 0 110011 10100 10001001 111100 110100

Color Harmonies of #3ACD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ACD64

Black with #3ACD64

Text Example


Text Example

White with #3ACD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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