Html Css Color HEX #48D076 Emerald

📋 copy color: '#48D076'

red 72 ◦ green 208 ◦ blue 118

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

Shades of Emerald #48D076

Tints of Emerald #48D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.26%

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

R = 18.09%
G = 52.26%
B = 29.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#48D076 (or 0x48D076) is known color: Emerald. HEX triplet: 48, D0 and 76. RGB value is (72,208,118). Sum of RGB (Red+Green+Blue) = 72+208+118=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 208 (81.64% from 255 or 52.26% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 208 - color contains mainly: green. Hex color #48D076 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D076 is #B72F89. Grayscale: #9D9D9D. Windows color (decimal): -12005258 or 7786568. OLE color: 7786568.

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

Color convert

RGB 72 208 118 -
CMYK 0.65 0 0.43 0.18
HSL 140.29º 0.59% 0.55% -
HSV(B) 140.29º 0.65% 0.82% -
XYZ 28.5 47.8 24.86 -
YUV 157.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 72 208 118 0.65 0 0.43 0.18 140.29 0.59 0.55
Hex 48 D0 76 41 0 2B 12 8C 3B 37
Octal 110 320 166 101 0 53 22 214 73 67
Binary 1001000 11010000 1110110 1000001 0 101011 10010 10001100 111011 110111

Color Harmonies of #48D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D076

Black with #48D076

Text Example


Text Example

White with #48D076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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