Html Css Color HEX #48DB5A Emerald

📋 copy color: '#48DB5A'

red 72 ◦ green 219 ◦ blue 90

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

Shades of Emerald #48DB5A

Tints of Emerald #48DB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.62%

R = 18.9%
G = 57.48%
B = 23.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#48DB5A (or 0x48DB5A) is known color: Emerald. HEX triplet: 48, DB and 5A. RGB value is (72,219,90). Sum of RGB (Red+Green+Blue) = 72+219+90=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 219 (85.94% from 255 or 57.48% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB5A is #B724A5. Grayscale: #A0A0A0. Windows color (decimal): -12002470 or 5954376. OLE color: 5954376.

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

Color convert

RGB 72 219 90 -
CMYK 0.67 0 0.59 0.14
HSL 127.35º 0.67% 0.57% -
HSV(B) 127.35º 0.67% 0.86% -
XYZ 29.85 52.78 18.29 -
YUV 160.34 88.3 64.99 -
System Red Green Blue C M Y K H S L
Decimal 72 219 90 0.67 0 0.59 0.14 127.35 0.67 0.57
Hex 48 DB 5A 43 0 3B E 7F 43 39
Octal 110 333 132 103 0 73 16 177 103 71
Binary 1001000 11011011 1011010 1000011 0 111011 1110 1111111 1000011 111001

Color Harmonies of #48DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB5A

Black with #48DB5A

Text Example


Text Example

White with #48DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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