#48D277

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

Shades of Emerald #48D277

Tints of Emerald #48D277

Color information

#48D277 (or 0x48D277) is unknown color: approx Emerald. HEX triplet: 48, D2 and 77. RGB value is (72,210,119). Sum of RGB (Red+Green+Blue) = 72+210+119=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #48D277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D277 is #B72D88. Grayscale: #9E9E9E. Windows color (decimal): -12004745 or 7852616. OLE color: 7852616.

HSL color Cylindrical-coordinate representation of color #48D277: hue angle of 140.43º 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 #48D277 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB72210119-
CMYK0.6600.430.18
HSL140.43º60.53%55.29%-
HSV(B)140.43º65.71%82.35%-
XYZ29.0548.825.34-
YUV158.36105.7866.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.96%
GREEN value IS 210 (82.42% from 255) = 52.37%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=17.96%
G=52.37%
B=29.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal722101190.6600.430.18140.4360.5355.29
Hex48D2774202B128c3d37
Octal110322167102053222147567
Binary1001000110100101110111100001001010111001010001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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