#48BD66

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

Shades of Emerald #48BD66

Tints of Emerald #48BD66

Color information

#48BD66 (or 0x48BD66) is unknown color: approx Emerald. HEX triplet: 48, BD and 66. RGB value is (72,189,102). Sum of RGB (Red+Green+Blue) = 72+189+102=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD66 is #B74299. Grayscale: #909090. Windows color (decimal): -12010138 or 6733128. OLE color: 6733128.

HSL color Cylindrical-coordinate representation of color #48BD66: hue angle of 135.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD66 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB72189102-
CMYK0.6200.460.26
HSL135.38º46.99%51.18%-
HSV(B)135.38º61.9%74.12%-
XYZ23.2738.7318.82-
YUV144.1104.2476.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 189 (74.22% from 255) = 52.07%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=19.83%
G=52.07%
B=28.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721891020.6200.460.26135.3846.9951.18
Hex48BD663E02E1A872f33
Octal11027514676056322075763
Binary100100010111101110011011111001011101101010000111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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