Html Css Color HEX #48DB62 Emerald

📋 copy color: '#48DB62'

red 72 ◦ green 219 ◦ blue 98

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

Shades of Emerald #48DB62

Tints of Emerald #48DB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.19%

R = 18.51%
G = 56.3%
B = 25.19%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#48DB62 (or 0x48DB62) is known color: Emerald. HEX triplet: 48, DB and 62. RGB value is (72,219,98). Sum of RGB (Red+Green+Blue) = 72+219+98=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB62 is #B7249D. Grayscale: #A1A1A1. Windows color (decimal): -12002462 or 6478664. OLE color: 6478664.

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

Color convert

RGB 72 219 98 -
CMYK 0.67 0 0.55 0.14
HSL 130.61º 0.67% 0.57% -
HSV(B) 130.61º 0.67% 0.86% -
XYZ 30.21 52.92 20.18 -
YUV 161.25 92.3 64.34 -
System Red Green Blue C M Y K H S L
Decimal 72 219 98 0.67 0 0.55 0.14 130.61 0.67 0.57
Hex 48 DB 62 43 0 37 E 83 43 39
Octal 110 333 142 103 0 67 16 203 103 71
Binary 1001000 11011011 1100010 1000011 0 110111 1110 10000011 1000011 111001

Color Harmonies of #48DB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB62

Black with #48DB62

Text Example


Text Example

White with #48DB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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