#48cf87

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

Shades of Emerald #48CF87

Tints of Emerald #48CF87

Color information

#48CF87 (or 0x48CF87) is unknown color: approx Emerald. HEX triplet: 48, CF and 87. RGB value is (72,207,135). Sum of RGB (Red+Green+Blue) = 72+207+135=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF87 is #B73078. Grayscale: #9E9E9E. Windows color (decimal): -12005497 or 8900424. OLE color: 8900424.

HSL color Cylindrical-coordinate representation of color #48CF87: hue angle of 148º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CF87 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB72207135-
CMYK0.6500.350.19
HSL148º58.44%54.71%-
HSV(B)148º65.22%81.18%-
XYZ29.3647.7530.59-
YUV158.43114.7766.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 207 (81.25% from 255) = 50%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=17.39%
G=50%
B=32.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal722071350.6500.350.1914858.4454.71
Hex48CF874102313943a37
Octal110317207101043232247267
Binary10010001100111110000111100000101000111001110010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48cf87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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