Html Css Color HEX #48D387 Emerald

📋 copy color: '#48D387'

red 72 ◦ green 211 ◦ blue 135

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

Shades of Emerald #48D387

Tints of Emerald #48D387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 17.22%
G = 50.48%
B = 32.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#48D387 (or 0x48D387) is known color: Emerald. HEX triplet: 48, D3 and 87. RGB value is (72,211,135). Sum of RGB (Red+Green+Blue) = 72+211+135=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #48D387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D387 is #B72C78. Grayscale: #A0A0A0. Windows color (decimal): -12004473 or 8901448. OLE color: 8901448.

HSL color Cylindrical-coordinate representation of color #48D387: hue angle of 147.19º 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 #48D387 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 211 135 -
CMYK 0.66 0 0.36 0.17
HSL 147.19º 0.61% 0.55% -
HSV(B) 147.19º 0.66% 0.83% -
XYZ 30.34 49.72 30.92 -
YUV 160.78 113.45 64.68 -
System Red Green Blue C M Y K H S L
Decimal 72 211 135 0.66 0 0.36 0.17 147.19 0.61 0.55
Hex 48 D3 87 42 0 24 11 93 3D 37
Octal 110 323 207 102 0 44 21 223 75 67
Binary 1001000 11010011 10000111 1000010 0 100100 10001 10010011 111101 110111

Color Harmonies of #48D387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D387

Black with #48D387

Text Example


Text Example

White with #48D387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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