Html Css Color HEX #48D38D Emerald

📋 copy color: '#48D38D'

red 72 ◦ green 211 ◦ blue 141

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

Shades of Emerald #48D38D

Tints of Emerald #48D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.76%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 16.98%
G = 49.76%
B = 33.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#48D38D (or 0x48D38D) is known color: Emerald. HEX triplet: 48, D3 and 8D. RGB value is (72,211,141). Sum of RGB (Red+Green+Blue) = 72+211+141=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #48D38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D38D is #B72C72. Grayscale: #A1A1A1. Windows color (decimal): -12004467 or 9294664. OLE color: 9294664.

HSL color Cylindrical-coordinate representation of color #48D38D: hue angle of 149.78º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D38D is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 211 141 -
CMYK 0.66 0 0.33 0.17
HSL 149.78º 0.61% 0.55% -
HSV(B) 149.78º 0.66% 0.83% -
XYZ 30.77 49.89 33.21 -
YUV 161.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 72 211 141 0.66 0 0.33 0.17 149.78 0.61 0.55
Hex 48 D3 8D 42 0 21 11 96 3D 37
Octal 110 323 215 102 0 41 21 226 75 67
Binary 1001000 11010011 10001101 1000010 0 100001 10001 10010110 111101 110111

Color Harmonies of #48D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D38D

Black with #48D38D

Text Example


Text Example

White with #48D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,211,141); }

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

background-color css

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

 a { background-color: rgb(72,211,141); }

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

border-color css

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

 span { border-color: rgb(72,211,141); }

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