#48CF56

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

Shades of Emerald #48CF56

Tints of Emerald #48CF56

Color information

#48CF56 (or 0x48CF56) is unknown color: approx Emerald. HEX triplet: 48, CF and 56. RGB value is (72,207,86). Sum of RGB (Red+Green+Blue) = 72+207+86=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CF56 is #B730A9. Grayscale: #999999. Windows color (decimal): -12005546 or 5689160. OLE color: 5689160.

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

Color convert

RGB7220786-
CMYK0.6500.580.19
HSL126.22º58.44%54.71%-
HSV(B)126.22º65.22%81.18%-
XYZ26.6746.6816.41-
YUV152.8490.2770.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.73%
GREEN value IS 207 (81.25% from 255) = 56.71%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=19.73%
G=56.71%
B=23.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal72207860.6500.580.19126.2258.4454.71
Hex48CF564103A137e3a37
Octal110317126101072231767267
Binary100100011001111101011010000010111010100111111110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,207,86); }

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

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

 a { background-color: rgb(72,207,86); }

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

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

 span { border-color: rgb(72,207,86); }

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