#48D25E

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

Shades of Emerald #48D25E

Tints of Emerald #48D25E

Color information

#48D25E (or 0x48D25E) is unknown color: approx Emerald. HEX triplet: 48, D2 and 5E. RGB value is (72,210,94). Sum of RGB (Red+Green+Blue) = 72+210+94=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #48D25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D25E is #B72DA1. Grayscale: #9B9B9B. Windows color (decimal): -12004770 or 6214216. OLE color: 6214216.

HSL color Cylindrical-coordinate representation of color #48D25E: hue angle of 129.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D25E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB7221094-
CMYK0.6600.550.18
HSL129.57º60.53%55.29%-
HSV(B)129.57º65.71%82.35%-
XYZ27.7448.2818.45-
YUV155.5193.2868.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 210 (82.42% from 255) = 55.85%
BLUE value IS 94 (37.11% from 255) = 25%
R=19.15%
G=55.85%
B=25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal72210940.6600.550.18129.5760.5355.29
Hex48D25E4203712823d37
Octal110322136102067222027567
Binary1001000110100101011110100001001101111001010000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,210,94); }

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

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

 a { background-color: rgb(72,210,94); }

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

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

 span { border-color: rgb(72,210,94); }

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