Html Css Color HEX #48D276 Emerald

📋 copy color: '#48D276'

red 72 ◦ green 210 ◦ blue 118

#48D276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #48D276

Tints of Emerald #48D276

RGB

 RED value IS 72 (28.52% from 255) = 18%

 GREEN value IS 210 (82.42% from 255) = 52.5%

 BLUE value IS 118 (46.48% from 255) = 29.5%

R = 18%
G = 52.5%
B = 29.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#48D276 (or 0x48D276) is known color: Emerald. HEX triplet: 48, D2 and 76. RGB value is (72,210,118). Sum of RGB (Red+Green+Blue) = 72+210+118=400 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #48D276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D276 is #B72D89. Grayscale: #9E9E9E. Windows color (decimal): -12004746 or 7787080. OLE color: 7787080.

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

Color convert

RGB 72 210 118 -
CMYK 0.66 0 0.44 0.18
HSL 140º 0.61% 0.55% -
HSV(B) 140º 0.66% 0.82% -
XYZ 28.99 48.78 25.03 -
YUV 158.25 105.28 66.48 -
System Red Green Blue C M Y K H S L
Decimal 72 210 118 0.66 0 0.44 0.18 140 0.61 0.55
Hex 48 D2 76 42 0 2C 12 8C 3D 37
Octal 110 322 166 102 0 54 22 214 75 67
Binary 1001000 11010010 1110110 1000010 0 101100 10010 10001100 111101 110111

Color Harmonies of #48D276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D276

Black with #48D276

Text Example


Text Example

White with #48D276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #48D276;
 }
 .AnyTagClassName
 {
   color: #48D276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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