Html Css Color HEX #4AD756 Emerald

📋 copy color: '#4AD756'

red 74 ◦ green 215 ◦ blue 86

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

Shades of Emerald #4AD756

Tints of Emerald #4AD756

RGB

 RED value IS 74 (29.3% from 255) = 19.73%

 GREEN value IS 215 (84.38% from 255) = 57.33%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 19.73%
G = 57.33%
B = 22.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.6

 K value IS 0.16

RGB Variations

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

Color information

#4AD756 (or 0x4AD756) is known color: Emerald. HEX triplet: 4A, D7 and 56. RGB value is (74,215,86). Sum of RGB (Red+Green+Blue) = 74+215+86=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD756 is #B528A9. Grayscale: #9E9E9E. Windows color (decimal): -11872426 or 5691210. OLE color: 5691210.

HSL color Cylindrical-coordinate representation of color #4AD756: hue angle of 125.11º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD756 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 215 86 -
CMYK 0.66 0 0.6 0.16
HSL 125.11º 0.64% 0.57% -
HSV(B) 125.11º 0.66% 0.84% -
XYZ 28.8 50.73 17.08 -
YUV 158.14 87.29 67.99 -
System Red Green Blue C M Y K H S L
Decimal 74 215 86 0.66 0 0.6 0.16 125.11 0.64 0.57
Hex 4A D7 56 42 0 3C 10 7D 40 39
Octal 112 327 126 102 0 74 20 175 100 71
Binary 1001010 11010111 1010110 1000010 0 111100 10000 1111101 1000000 111001

Color Harmonies of #4AD756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD756

Black with #4AD756

Text Example


Text Example

White with #4AD756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AD756; }

 p { color: rgb(74,215,86); }

 H1.HeaderClassName
 {
   color: #4AD756;
 }
 .AnyTagClassName
 {
   color: #4AD756;
 }
</style>

background-color css

<style>
 a { background-color: #4AD756; }

 a { background-color: rgb(74,215,86); }

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

border-color css

<style>
 span { border-color: #4AD756; }

 span { border-color: rgb(74,215,86); }

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