#48DD66

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

Shades of Emerald #48DD66

Tints of Emerald #48DD66

Color information

#48DD66 (or 0x48DD66) is unknown color: approx Emerald. HEX triplet: 48, DD and 66. RGB value is (72,221,102). Sum of RGB (Red+Green+Blue) = 72+221+102=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD66 is #B72299. Grayscale: #A3A3A3. Windows color (decimal): -12001946 or 6741320. OLE color: 6741320.

HSL color Cylindrical-coordinate representation of color #48DD66: hue angle of 132.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DD66 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB72221102-
CMYK0.6700.540.13
HSL132.08º68.66%57.45%-
HSV(B)132.08º67.42%86.67%-
XYZ30.9354.0521.37-
YUV162.8893.6463.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=18.23%
G=55.95%
B=25.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal722211020.6700.540.13132.0868.6657.45
Hex48DD6643036D844539
Octal1103351461030661520410571
Binary1001000110111011100110100001101101101101100001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,221,102); }

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

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

 a { background-color: rgb(72,221,102); }

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

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

 span { border-color: rgb(72,221,102); }

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