Html Css Color HEX #48DA63 Emerald

📋 copy color: '#48DA63'

red 72 ◦ green 218 ◦ blue 99

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

Shades of Emerald #48DA63

Tints of Emerald #48DA63

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.04%

 BLUE value IS 99 (39.06% from 255) = 25.45%

R = 18.51%
G = 56.04%
B = 25.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#48DA63 (or 0x48DA63) is known color: Emerald. HEX triplet: 48, DA and 63. RGB value is (72,218,99). Sum of RGB (Red+Green+Blue) = 72+218+99=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 99 (39.06% from 255 or 25.45% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA63 is #B7259C. Grayscale: #A1A1A1. Windows color (decimal): -12002717 or 6543944. OLE color: 6543944.

HSL color Cylindrical-coordinate representation of color #48DA63: hue angle of 131.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA63 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 218 99 -
CMYK 0.67 0 0.55 0.15
HSL 131.1º 0.66% 0.57% -
HSV(B) 131.1º 0.67% 0.85% -
XYZ 30 52.42 20.34 -
YUV 160.78 93.13 64.68 -
System Red Green Blue C M Y K H S L
Decimal 72 218 99 0.67 0 0.55 0.15 131.1 0.66 0.57
Hex 48 DA 63 43 0 37 F 83 42 39
Octal 110 332 143 103 0 67 17 203 102 71
Binary 1001000 11011010 1100011 1000011 0 110111 1111 10000011 1000010 111001

Color Harmonies of #48DA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DA63

Black with #48DA63

Text Example


Text Example

White with #48DA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,218,99); }

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

background-color css

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

 a { background-color: rgb(72,218,99); }

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

border-color css

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

 span { border-color: rgb(72,218,99); }

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