#48CE55

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

Shades of Emerald #48CE55

Tints of Emerald #48CE55

Color information

#48CE55 (or 0x48CE55) is unknown color: approx Emerald. HEX triplet: 48, CE and 55. RGB value is (72,206,85). Sum of RGB (Red+Green+Blue) = 72+206+85=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE55 is #B731AA. Grayscale: #989898. Windows color (decimal): -12005803 or 5623368. OLE color: 5623368.

HSL color Cylindrical-coordinate representation of color #48CE55: hue angle of 125.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE55 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB7220685-
CMYK0.6500.590.19
HSL125.82º57.76%54.51%-
HSV(B)125.82º65.05%80.78%-
XYZ26.3846.1816.12-
YUV152.1490.1170.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 206 (80.86% from 255) = 56.75%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=19.83%
G=56.75%
B=23.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72206850.6500.590.19125.8257.7654.51
Hex48CE554103B137e3a37
Octal110316125101073231767267
Binary100100011001110101010110000010111011100111111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,206,85); }

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

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

 a { background-color: rgb(72,206,85); }

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

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

 span { border-color: rgb(72,206,85); }

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