#48F987

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

Shades of Emerald #48F987

Tints of Emerald #48F987

Color information

#48F987 (or 0x48F987) is unknown color: approx Emerald. HEX triplet: 48, F9 and 87. RGB value is (72,249,135). Sum of RGB (Red+Green+Blue) = 72+249+135=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #48F987 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F987 is #B70678. Grayscale: #B7B7B7. Windows color (decimal): -11994745 or 8911176. OLE color: 8911176.

HSL color Cylindrical-coordinate representation of color #48F987: hue angle of 141.36º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F987 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB72249135-
CMYK0.7100.460.02
HSL141.36º93.65%62.94%-
HSV(B)141.36º71.08%97.65%-
XYZ40.9270.8834.45-
YUV183.08100.8648.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.79%
GREEN value IS 249 (97.66% from 255) = 54.61%
BLUE value IS 135 (53.12% from 255) = 29.61%
R=15.79%
G=54.61%
B=29.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal722491350.7100.460.02141.3693.6562.94
Hex48F9874702E28d5e3f
Octal110371207107056221513677
Binary100100011111001100001111000111010111010100011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48F987; }

 p { color: rgb(72,249,135); }

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

<style>
 a { background-color: #48F987; }

 a { background-color: rgb(72,249,135); }

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

<style>
 span { border-color: #48F987; }

 span { border-color: rgb(72,249,135); }

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