Html Css Color HEX #48D072 Emerald

📋 copy color: '#48D072'

red 72 ◦ green 208 ◦ blue 114

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

Shades of Emerald #48D072

Tints of Emerald #48D072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 18.27%
G = 52.79%
B = 28.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#48D072 (or 0x48D072) is known color: Emerald. HEX triplet: 48, D0 and 72. RGB value is (72,208,114). Sum of RGB (Red+Green+Blue) = 72+208+114=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #48D072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D072 is #B72F8D. Grayscale: #9C9C9C. Windows color (decimal): -12005262 or 7524424. OLE color: 7524424.

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

Color convert

RGB 72 208 114 -
CMYK 0.65 0 0.45 0.18
HSL 138.53º 0.59% 0.55% -
HSV(B) 138.53º 0.65% 0.82% -
XYZ 28.27 47.7 23.64 -
YUV 156.62 103.94 67.64 -
System Red Green Blue C M Y K H S L
Decimal 72 208 114 0.65 0 0.45 0.18 138.53 0.59 0.55
Hex 48 D0 72 41 0 2D 12 8B 3B 37
Octal 110 320 162 101 0 55 22 213 73 67
Binary 1001000 11010000 1110010 1000001 0 101101 10010 10001011 111011 110111

Color Harmonies of #48D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D072

Black with #48D072

Text Example


Text Example

White with #48D072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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