#48E283

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

Shades of Emerald #48E283

Tints of Emerald #48E283

Color information

#48E283 (or 0x48E283) is unknown color: approx Emerald. HEX triplet: 48, E2 and 83. RGB value is (72,226,131). Sum of RGB (Red+Green+Blue) = 72+226+131=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #48E283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E283 is #B71D7C. Grayscale: #A9A9A9. Windows color (decimal): -12000637 or 8643144. OLE color: 8643144.

HSL color Cylindrical-coordinate representation of color #48E283: hue angle of 142.99º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E283 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB72226131-
CMYK0.6800.420.11
HSL142.99º72.64%58.43%-
HSV(B)142.99º68.14%88.63%-
XYZ33.9757.4130.76-
YUV169.12106.4858.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.78%
GREEN value IS 226 (88.67% from 255) = 52.68%
BLUE value IS 131 (51.56% from 255) = 30.54%
R=16.78%
G=52.68%
B=30.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722261310.6800.420.11142.9972.6458.43
Hex48E2834402AB8f493a
Octal1103422031040521321711172
Binary10010001110001010000011100010001010101011100011111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,226,131); }

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

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

 a { background-color: rgb(72,226,131); }

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

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

 span { border-color: rgb(72,226,131); }

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