Html Css Color HEX #48C871 Emerald

📋 copy color: '#48C871'

red 72 ◦ green 200 ◦ blue 113

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

Shades of Emerald #48C871

Tints of Emerald #48C871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.95%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 18.7%
G = 51.95%
B = 29.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#48C871 (or 0x48C871) is known color: Emerald. HEX triplet: 48, C8 and 71. RGB value is (72,200,113). Sum of RGB (Red+Green+Blue) = 72+200+113=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #48C871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C871 is #B7378E. Grayscale: #989898. Windows color (decimal): -12007311 or 7456840. OLE color: 7456840.

HSL color Cylindrical-coordinate representation of color #48C871: hue angle of 139.22º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C871 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 113 -
CMYK 0.64 0 0.44 0.22
HSL 139.22º 0.54% 0.53% -
HSV(B) 139.22º 0.64% 0.78% -
XYZ 26.31 43.88 22.71 -
YUV 151.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 72 200 113 0.64 0 0.44 0.22 139.22 0.54 0.53
Hex 48 C8 71 40 0 2C 16 8B 36 35
Octal 110 310 161 100 0 54 26 213 66 65
Binary 1001000 11001000 1110001 1000000 0 101100 10110 10001011 110110 110101

Color Harmonies of #48C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C871

Black with #48C871

Text Example


Text Example

White with #48C871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,200,113); }

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

background-color css

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

 a { background-color: rgb(72,200,113); }

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

border-color css

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

 span { border-color: rgb(72,200,113); }

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