Html Css Color HEX #48D081 Emerald

📋 copy color: '#48D081'

red 72 ◦ green 208 ◦ blue 129

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

Shades of Emerald #48D081

Tints of Emerald #48D081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 17.6%
G = 50.86%
B = 31.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#48D081 (or 0x48D081) is known color: Emerald. HEX triplet: 48, D0 and 81. RGB value is (72,208,129). Sum of RGB (Red+Green+Blue) = 72+208+129=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #48D081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D081 is #B72F7E. Grayscale: #9E9E9E. Windows color (decimal): -12005247 or 8507464. OLE color: 8507464.

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

Color convert

RGB 72 208 129 -
CMYK 0.65 0 0.38 0.18
HSL 145.15º 0.59% 0.55% -
HSV(B) 145.15º 0.65% 0.82% -
XYZ 29.19 48.07 28.51 -
YUV 158.33 111.44 66.42 -
System Red Green Blue C M Y K H S L
Decimal 72 208 129 0.65 0 0.38 0.18 145.15 0.59 0.55
Hex 48 D0 81 41 0 26 12 91 3B 37
Octal 110 320 201 101 0 46 22 221 73 67
Binary 1001000 11010000 10000001 1000001 0 100110 10010 10010001 111011 110111

Color Harmonies of #48D081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D081

Black with #48D081

Text Example


Text Example

White with #48D081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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