#4AFB8C

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

Shades of Emerald #4AFB8C

Tints of Emerald #4AFB8C

Color information

#4AFB8C (or 0x4AFB8C) is unknown color: approx Emerald. HEX triplet: 4A, FB and 8C. RGB value is (74,251,140). Sum of RGB (Red+Green+Blue) = 74+251+140=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 251 (98.44% from 255 or 53.98% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFB8C is #B50473. Grayscale: #B9B9B9. Windows color (decimal): -11863156 or 9239370. OLE color: 9239370.

HSL color Cylindrical-coordinate representation of color #4AFB8C: hue angle of 142.37º 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 #4AFB8C is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB74251140-
CMYK0.7100.440.02
HSL142.37º95.68%63.73%-
HSV(B)142.37º70.52%98.43%-
XYZ42.0572.3436.56-
YUV185.42102.3648.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.91%
GREEN value IS 251 (98.44% from 255) = 53.98%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=15.91%
G=53.98%
B=30.11%

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
Decimal742511400.7100.440.02142.3795.6863.73
Hex4AFB8C4702C28e6040
Octal1123732141070542216140100
Binary1001010111110111000110010001110101100101000111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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