Html Css Color HEX #48DB61 Emerald

📋 copy color: '#48DB61'

red 72 ◦ green 219 ◦ blue 97

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

Shades of Emerald #48DB61

Tints of Emerald #48DB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25%

R = 18.56%
G = 56.44%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#48DB61 (or 0x48DB61) is known color: Emerald. HEX triplet: 48, DB and 61. RGB value is (72,219,97). Sum of RGB (Red+Green+Blue) = 72+219+97=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB61 is #B7249E. Grayscale: #A1A1A1. Windows color (decimal): -12002463 or 6413128. OLE color: 6413128.

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

Color convert

RGB 72 219 97 -
CMYK 0.67 0 0.56 0.14
HSL 130.2º 0.67% 0.57% -
HSV(B) 130.2º 0.67% 0.86% -
XYZ 30.16 52.9 19.93 -
YUV 161.14 91.8 64.42 -
System Red Green Blue C M Y K H S L
Decimal 72 219 97 0.67 0 0.56 0.14 130.2 0.67 0.57
Hex 48 DB 61 43 0 38 E 82 43 39
Octal 110 333 141 103 0 70 16 202 103 71
Binary 1001000 11011011 1100001 1000011 0 111000 1110 10000010 1000011 111001

Color Harmonies of #48DB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB61

Black with #48DB61

Text Example


Text Example

White with #48DB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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