Html Css Color HEX #48D273 Emerald

📋 copy color: '#48D273'

red 72 ◦ green 210 ◦ blue 115

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

Shades of Emerald #48D273

Tints of Emerald #48D273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 18.14%
G = 52.9%
B = 28.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#48D273 (or 0x48D273) is known color: Emerald. HEX triplet: 48, D2 and 73. RGB value is (72,210,115). Sum of RGB (Red+Green+Blue) = 72+210+115=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #48D273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D273 is #B72D8C. Grayscale: #9E9E9E. Windows color (decimal): -12004749 or 7590472. OLE color: 7590472.

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

Color convert

RGB 72 210 115 -
CMYK 0.66 0 0.45 0.18
HSL 138.7º 0.61% 0.55% -
HSV(B) 138.7º 0.66% 0.82% -
XYZ 28.81 48.71 24.1 -
YUV 157.91 103.78 66.72 -
System Red Green Blue C M Y K H S L
Decimal 72 210 115 0.66 0 0.45 0.18 138.7 0.61 0.55
Hex 48 D2 73 42 0 2D 12 8B 3D 37
Octal 110 322 163 102 0 55 22 213 75 67
Binary 1001000 11010010 1110011 1000010 0 101101 10010 10001011 111101 110111

Color Harmonies of #48D273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D273

Black with #48D273

Text Example


Text Example

White with #48D273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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