Html Css Color HEX #48DB8C Emerald

📋 copy color: '#48DB8C'

red 72 ◦ green 219 ◦ blue 140

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

Shades of Emerald #48DB8C

Tints of Emerald #48DB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 16.71%
G = 50.81%
B = 32.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#48DB8C (or 0x48DB8C) is known color: Emerald. HEX triplet: 48, DB and 8C. RGB value is (72,219,140). Sum of RGB (Red+Green+Blue) = 72+219+140=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DB8C is #B72473. Grayscale: #A6A6A6. Windows color (decimal): -12002420 or 9231176. OLE color: 9231176.

HSL color Cylindrical-coordinate representation of color #48DB8C: hue angle of 147.76º 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 #48DB8C is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 140 -
CMYK 0.67 0 0.36 0.14
HSL 147.76º 0.67% 0.57% -
HSV(B) 147.76º 0.67% 0.86% -
XYZ 32.74 53.93 33.5 -
YUV 166.04 113.3 60.92 -
System Red Green Blue C M Y K H S L
Decimal 72 219 140 0.67 0 0.36 0.14 147.76 0.67 0.57
Hex 48 DB 8C 43 0 24 E 94 43 39
Octal 110 333 214 103 0 44 16 224 103 71
Binary 1001000 11011011 10001100 1000011 0 100100 1110 10010100 1000011 111001

Color Harmonies of #48DB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB8C

Black with #48DB8C

Text Example


Text Example

White with #48DB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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