#48F484

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

Shades of Emerald #48F484

Tints of Emerald #48F484

Color information

#48F484 (or 0x48F484) is unknown color: approx Emerald. HEX triplet: 48, F4 and 84. RGB value is (72,244,132). Sum of RGB (Red+Green+Blue) = 72+244+132=448 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.07% from 448); Green value is 244 (95.70% from 255 or 54.46% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 244 - color contains mainly: green. Hex color #48F484 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F484 is #B70B7B. Grayscale: #B4B4B4. Windows color (decimal): -11996028 or 8713288. OLE color: 8713288.

HSL color Cylindrical-coordinate representation of color #48F484: hue angle of 140.93º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F484 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB72244132-
CMYK0.7000.460.04
HSL140.93º88.66%61.96%-
HSV(B)140.93º70.49%95.69%-
XYZ39.1967.7532.84-
YUV179.8101.0251.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.07%
GREEN value IS 244 (95.70% from 255) = 54.46%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=16.07%
G=54.46%
B=29.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal722441320.7000.460.04140.9388.6661.96
Hex48F4844602E48d593e
Octal110364204106056421513176
Binary1001000111101001000010010001100101110100100011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,244,132); }

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

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

 a { background-color: rgb(72,244,132); }

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

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

 span { border-color: rgb(72,244,132); }

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