Html Css Color HEX #48DB77 Emerald

📋 copy color: '#48DB77'

red 72 ◦ green 219 ◦ blue 119

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

Shades of Emerald #48DB77

Tints of Emerald #48DB77

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.41%

 BLUE value IS 119 (46.88% from 255) = 29.02%

R = 17.56%
G = 53.41%
B = 29.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#48DB77 (or 0x48DB77) is known color: Emerald. HEX triplet: 48, DB and 77. RGB value is (72,219,119). Sum of RGB (Red+Green+Blue) = 72+219+119=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB77 is #B72488. Grayscale: #A3A3A3. Windows color (decimal): -12002441 or 7854920. OLE color: 7854920.

HSL color Cylindrical-coordinate representation of color #48DB77: hue angle of 139.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB77 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 119 -
CMYK 0.67 0 0.46 0.14
HSL 139.18º 0.67% 0.57% -
HSV(B) 139.18º 0.67% 0.86% -
XYZ 31.33 53.37 26.1 -
YUV 163.65 102.8 62.63 -
System Red Green Blue C M Y K H S L
Decimal 72 219 119 0.67 0 0.46 0.14 139.18 0.67 0.57
Hex 48 DB 77 43 0 2E E 8B 43 39
Octal 110 333 167 103 0 56 16 213 103 71
Binary 1001000 11011011 1110111 1000011 0 101110 1110 10001011 1000011 111001

Color Harmonies of #48DB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB77

Black with #48DB77

Text Example


Text Example

White with #48DB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,219,119); }

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

background-color css

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

 a { background-color: rgb(72,219,119); }

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

border-color css

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

 span { border-color: rgb(72,219,119); }

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