#48BE67

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

Shades of Emerald #48BE67

Tints of Emerald #48BE67

Color information

#48BE67 (or 0x48BE67) is unknown color: approx Emerald. HEX triplet: 48, BE and 67. RGB value is (72,190,103). Sum of RGB (Red+Green+Blue) = 72+190+103=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE67 is #B74198. Grayscale: #919191. Windows color (decimal): -12009881 or 6798920. OLE color: 6798920.

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

Color convert

RGB72190103-
CMYK0.6200.460.25
HSL135.76º47.58%51.37%-
HSV(B)135.76º62.11%74.51%-
XYZ23.5339.1819.15-
YUV144.8104.4176.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 190 (74.61% from 255) = 52.05%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=19.73%
G=52.05%
B=28.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721901030.6200.460.25135.7647.5851.37
Hex48BE673E02E19883033
Octal11027614776056312106063
Binary100100010111110110011111111001011101100110001000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48BE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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