#48CB6E

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

Shades of Emerald #48CB6E

Tints of Emerald #48CB6E

Color information

#48CB6E (or 0x48CB6E) is unknown color: approx Emerald. HEX triplet: 48, CB and 6E. RGB value is (72,203,110). Sum of RGB (Red+Green+Blue) = 72+203+110=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB6E is #B73491. Grayscale: #999999. Windows color (decimal): -12006546 or 7261000. OLE color: 7261000.

HSL color Cylindrical-coordinate representation of color #48CB6E: hue angle of 137.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CB6E is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB72203110-
CMYK0.6500.460.20
HSL137.4º55.74%53.92%-
HSV(B)137.4º64.53%79.61%-
XYZ26.8445.2222.06-
YUV153.23103.670.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.70%
GREEN value IS 203 (79.69% from 255) = 52.73%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=18.70%
G=52.73%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722031100.6500.460.20137.455.7453.92
Hex48CB6E4102E14893836
Octal110313156101056242117066
Binary1001000110010111101110100000101011101010010001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,110); }

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

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

 a { background-color: rgb(72,203,110); }

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

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

 span { border-color: rgb(72,203,110); }

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