#48CB59

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

Shades of Emerald #48CB59

Tints of Emerald #48CB59

Color information

#48CB59 (or 0x48CB59) is unknown color: approx Emerald. HEX triplet: 48, CB and 59. RGB value is (72,203,89). Sum of RGB (Red+Green+Blue) = 72+203+89=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB59 is #B734A6. Grayscale: #979797. Windows color (decimal): -12006567 or 5884744. OLE color: 5884744.

HSL color Cylindrical-coordinate representation of color #48CB59: hue angle of 127.79º 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 #48CB59 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB7220389-
CMYK0.6500.560.20
HSL127.79º55.74%53.92%-
HSV(B)127.79º64.53%79.61%-
XYZ25.8344.8116.74-
YUV150.8393.171.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 203 (79.69% from 255) = 55.77%
BLUE value IS 89 (35.16% from 255) = 24.45%
R=19.78%
G=55.77%
B=24.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203890.6500.560.20127.7955.7453.92
Hex48CB594103814803836
Octal110313131101070242007066
Binary1001000110010111011001100000101110001010010000000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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