Html Css Color HEX #48DF80 Emerald

📋 copy color: '#48DF80'

red 72 ◦ green 223 ◦ blue 128

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

Shades of Emerald #48DF80

Tints of Emerald #48DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 17.02%
G = 52.72%
B = 30.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#48DF80 (or 0x48DF80) is known color: Emerald. HEX triplet: 48, DF and 80. RGB value is (72,223,128). Sum of RGB (Red+Green+Blue) = 72+223+128=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DF80 is #B7207F. Grayscale: #A7A7A7. Windows color (decimal): -12001408 or 8445768. OLE color: 8445768.

HSL color Cylindrical-coordinate representation of color #48DF80: hue angle of 142.25º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DF80 is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 128 -
CMYK 0.68 0 0.43 0.13
HSL 142.25º 0.7% 0.58% -
HSV(B) 142.25º 0.68% 0.87% -
XYZ 32.96 55.71 29.44 -
YUV 167.02 105.97 60.22 -
System Red Green Blue C M Y K H S L
Decimal 72 223 128 0.68 0 0.43 0.13 142.25 0.7 0.58
Hex 48 DF 80 44 0 2B D 8E 46 3A
Octal 110 337 200 104 0 53 15 216 106 72
Binary 1001000 11011111 10000000 1000100 0 101011 1101 10001110 1000110 111010

Color Harmonies of #48DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF80

Black with #48DF80

Text Example


Text Example

White with #48DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,128); }

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

background-color css

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

 a { background-color: rgb(72,223,128); }

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

border-color css

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

 span { border-color: rgb(72,223,128); }

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