Html Css Color HEX #4AD95B Emerald

📋 copy color: '#4AD95B'

red 74 ◦ green 217 ◦ blue 91

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

Shades of Emerald #4AD95B

Tints of Emerald #4AD95B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.81%

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 19.37%
G = 56.81%
B = 23.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#4AD95B (or 0x4AD95B) is known color: Emerald. HEX triplet: 4A, D9 and 5B. RGB value is (74,217,91). Sum of RGB (Red+Green+Blue) = 74+217+91=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD95B is #B526A4. Grayscale: #A0A0A0. Windows color (decimal): -11871909 or 6019402. OLE color: 6019402.

HSL color Cylindrical-coordinate representation of color #4AD95B: hue angle of 127.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD95B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 217 91 -
CMYK 0.66 0 0.58 0.15
HSL 127.13º 0.65% 0.57% -
HSV(B) 127.13º 0.66% 0.85% -
XYZ 29.53 51.84 18.35 -
YUV 159.88 89.12 66.75 -
System Red Green Blue C M Y K H S L
Decimal 74 217 91 0.66 0 0.58 0.15 127.13 0.65 0.57
Hex 4A D9 5B 42 0 3A F 7F 41 39
Octal 112 331 133 102 0 72 17 177 101 71
Binary 1001010 11011001 1011011 1000010 0 111010 1111 1111111 1000001 111001

Color Harmonies of #4AD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD95B

Black with #4AD95B

Text Example


Text Example

White with #4AD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,217,91); }

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

background-color css

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

 a { background-color: rgb(74,217,91); }

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

border-color css

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

 span { border-color: rgb(74,217,91); }

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