Html Css Color HEX #48DB7A Emerald

📋 copy color: '#48DB7A'

red 72 ◦ green 219 ◦ blue 122

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

Shades of Emerald #48DB7A

Tints of Emerald #48DB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 17.43%
G = 53.03%
B = 29.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#48DB7A (or 0x48DB7A) is known color: Emerald. HEX triplet: 48, DB and 7A. RGB value is (72,219,122). Sum of RGB (Red+Green+Blue) = 72+219+122=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB7A is #B72485. Grayscale: #A4A4A4. Windows color (decimal): -12002438 or 8051528. OLE color: 8051528.

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

Color convert

RGB 72 219 122 -
CMYK 0.67 0 0.44 0.14
HSL 140.41º 0.67% 0.57% -
HSV(B) 140.41º 0.67% 0.86% -
XYZ 31.52 53.45 27.07 -
YUV 163.99 104.3 62.39 -
System Red Green Blue C M Y K H S L
Decimal 72 219 122 0.67 0 0.44 0.14 140.41 0.67 0.57
Hex 48 DB 7A 43 0 2C E 8C 43 39
Octal 110 333 172 103 0 54 16 214 103 71
Binary 1001000 11011011 1111010 1000011 0 101100 1110 10001100 1000011 111001

Color Harmonies of #48DB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB7A

Black with #48DB7A

Text Example


Text Example

White with #48DB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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