#48DC67

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

Shades of Emerald #48DC67

Tints of Emerald #48DC67

Color information

#48DC67 (or 0x48DC67) is unknown color: approx Emerald. HEX triplet: 48, DC and 67. RGB value is (72,220,103). Sum of RGB (Red+Green+Blue) = 72+220+103=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC67 is #B72398. Grayscale: #A2A2A2. Windows color (decimal): -12002201 or 6806600. OLE color: 6806600.

HSL color Cylindrical-coordinate representation of color #48DC67: hue angle of 132.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC67 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB72220103-
CMYK0.6700.530.14
HSL132.57º67.89%57.25%-
HSV(B)132.57º67.27%86.27%-
XYZ30.7153.5421.55-
YUV162.4194.4763.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.23%
GREEN value IS 220 (86.33% from 255) = 55.70%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=18.23%
G=55.70%
B=26.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal722201030.6700.530.14132.5767.8957.25
Hex48DC6743035E854439
Octal1103341471030651620510471
Binary1001000110111001100111100001101101011110100001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48DC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,220,103); }

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

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

 a { background-color: rgb(72,220,103); }

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

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

 span { border-color: rgb(72,220,103); }

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