Html Css Color HEX #4AFF91 Emerald

📋 copy color: '#4AFF91'

red 74 ◦ green 255 ◦ blue 145

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

Shades of Emerald #4AFF91

Tints of Emerald #4AFF91

RGB

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

 GREEN value IS 255 (100% from 255) = 53.8%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 15.61%
G = 53.8%
B = 30.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#4AFF91 (or 0x4AFF91) is known color: Emerald. HEX triplet: 4A, FF and 91. RGB value is (74,255,145). Sum of RGB (Red+Green+Blue) = 74+255+145=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFF91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFF91 is #B5006E. Grayscale: #BCBCBC. Windows color (decimal): -11862127 or 9568074. OLE color: 9568074.

HSL color Cylindrical-coordinate representation of color #4AFF91: hue angle of 143.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFF91 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 74 255 145 -
CMYK 0.71 0 0.43 0
HSL 143.54º 1% 0.65% -
HSV(B) 143.54º 0.71% 1% -
XYZ 43.69 75.02 38.97 -
YUV 188.34 103.53 46.44 -
System Red Green Blue C M Y K H S L
Decimal 74 255 145 0.71 0 0.43 0 143.54 1 0.65
Hex 4A FF 91 47 0 2B 0 90 64 41
Octal 112 377 221 107 0 53 0 220 144 101
Binary 1001010 11111111 10010001 1000111 0 101011 0 10010000 1100100 1000001

Color Harmonies of #4AFF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFF91

Black with #4AFF91

Text Example


Text Example

White with #4AFF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,255,145); }

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

background-color css

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

 a { background-color: rgb(74,255,145); }

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

border-color css

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

 span { border-color: rgb(74,255,145); }

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