#4AFB8D

Color #4AFB8D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4AFB8D

Tints of Emerald #4AFB8D

Color information

#4AFB8D (or 0x4AFB8D) is unknown color: approx Emerald. HEX triplet: 4A, FB and 8D. RGB value is (74,251,141). Sum of RGB (Red+Green+Blue) = 74+251+141=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB8D is #B50472. Grayscale: #B9B9B9. Windows color (decimal): -11863155 or 9304906. OLE color: 9304906.

HSL color Cylindrical-coordinate representation of color #4AFB8D: hue angle of 142.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFB8D is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB74251141-
CMYK0.7100.440.02
HSL142.71º95.68%63.73%-
HSV(B)142.71º70.52%98.43%-
XYZ42.1372.3736.95-
YUV185.54102.8648.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.88%
GREEN value IS 251 (98.44% from 255) = 53.86%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=15.88%
G=53.86%
B=30.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742511410.7100.440.02142.7195.6863.73
Hex4AFB8D4702C28f6040
Octal1123732151070542217140100
Binary1001010111110111000110110001110101100101000111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,251,141); }

 H1.HeaderClassName
 {
   color: #4AFB8D;
 }
 .AnyTagClassName
 {
   color: #4AFB8D;
 }
</style>
background-color css

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

 a { background-color: rgb(74,251,141); }

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

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

 span { border-color: rgb(74,251,141); }

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