Html Css Color HEX #48ED86 Emerald

📋 copy color: '#48ED86'

red 72 ◦ green 237 ◦ blue 134

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

Shades of Emerald #48ED86

Tints of Emerald #48ED86

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.5%

 BLUE value IS 134 (52.73% from 255) = 30.25%

R = 16.25%
G = 53.5%
B = 30.25%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#48ED86 (or 0x48ED86) is known color: Emerald. HEX triplet: 48, ED and 86. RGB value is (72,237,134). Sum of RGB (Red+Green+Blue) = 72+237+134=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #48ED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48ED86 is #B71279. Grayscale: #B0B0B0. Windows color (decimal): -11997818 or 8842568. OLE color: 8842568.

HSL color Cylindrical-coordinate representation of color #48ED86: hue angle of 142.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48ED86 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 134 -
CMYK 0.70 0 0.43 0.07
HSL 142.55º 0.82% 0.61% -
HSV(B) 142.55º 0.7% 0.93% -
XYZ 37.26 63.67 32.88 -
YUV 175.92 104.34 53.88 -
System Red Green Blue C M Y K H S L
Decimal 72 237 134 0.70 0 0.43 0.07 142.55 0.82 0.61
Hex 48 ED 86 46 0 2B 7 8F 52 3D
Octal 110 355 206 106 0 53 7 217 122 75
Binary 1001000 11101101 10000110 1000110 0 101011 111 10001111 1010010 111101

Color Harmonies of #48ED86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48ED86

Black with #48ED86

Text Example


Text Example

White with #48ED86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,237,134); }

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

background-color css

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

 a { background-color: rgb(72,237,134); }

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

border-color css

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

 span { border-color: rgb(72,237,134); }

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