Html Css Color HEX #48E987 Emerald

📋 copy color: '#48E987'

red 72 ◦ green 233 ◦ blue 135

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

Shades of Emerald #48E987

Tints of Emerald #48E987

RGB

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

 GREEN value IS 233 (91.41% from 255) = 52.95%

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

R = 16.36%
G = 52.95%
B = 30.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#48E987 (or 0x48E987) is known color: Emerald. HEX triplet: 48, E9 and 87. RGB value is (72,233,135). Sum of RGB (Red+Green+Blue) = 72+233+135=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 233 (91.41% from 255 or 52.95% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 233 - color contains mainly: green. Hex color #48E987 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E987 is #B71678. Grayscale: #ADADAD. Windows color (decimal): -11998841 or 8907080. OLE color: 8907080.

HSL color Cylindrical-coordinate representation of color #48E987: hue angle of 143.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E987 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 233 135 -
CMYK 0.69 0 0.42 0.09
HSL 143.48º 0.79% 0.6% -
HSV(B) 143.48º 0.69% 0.91% -
XYZ 36.18 61.4 32.87 -
YUV 173.69 106.16 55.47 -
System Red Green Blue C M Y K H S L
Decimal 72 233 135 0.69 0 0.42 0.09 143.48 0.79 0.6
Hex 48 E9 87 45 0 2A 9 8F 4F 3C
Octal 110 351 207 105 0 52 11 217 117 74
Binary 1001000 11101001 10000111 1000101 0 101010 1001 10001111 1001111 111100

Color Harmonies of #48E987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E987

Black with #48E987

Text Example


Text Example

White with #48E987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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