#48D569

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

Shades of Emerald #48D569

Tints of Emerald #48D569

Color information

#48D569 (or 0x48D569) is unknown color: approx Emerald. HEX triplet: 48, D5 and 69. RGB value is (72,213,105). Sum of RGB (Red+Green+Blue) = 72+213+105=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #48D569 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D569 is #B72A96. Grayscale: #9E9E9E. Windows color (decimal): -12003991 or 6935880. OLE color: 6935880.

HSL color Cylindrical-coordinate representation of color #48D569: hue angle of 134.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D569 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB72213105-
CMYK0.6600.510.16
HSL134.04º62.67%55.88%-
HSV(B)134.04º66.2%83.53%-
XYZ29.0249.9921.48-
YUV158.5397.7966.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 213 (83.59% from 255) = 54.62%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=18.46%
G=54.62%
B=26.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal722131050.6600.510.16134.0462.6755.88
Hex48D5694203310863f38
Octal110325151102063202067770
Binary1001000110101011101001100001001100111000010000110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,213,105); }

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

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

 a { background-color: rgb(72,213,105); }

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

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

 span { border-color: rgb(72,213,105); }

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