Html Css Color HEX #48EA89 Emerald

📋 copy color: '#48EA89'

red 72 ◦ green 234 ◦ blue 137

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

Shades of Emerald #48EA89

Tints of Emerald #48EA89

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.82%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 16.25%
G = 52.82%
B = 30.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#48EA89 (or 0x48EA89) is known color: Emerald. HEX triplet: 48, EA and 89. RGB value is (72,234,137). Sum of RGB (Red+Green+Blue) = 72+234+137=443 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.25% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EA89 is #B71576. Grayscale: #AEAEAE. Windows color (decimal): -11998583 or 9038408. OLE color: 9038408.

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

Color convert

RGB 72 234 137 -
CMYK 0.69 0 0.41 0.08
HSL 144.07º 0.79% 0.6% -
HSV(B) 144.07º 0.69% 0.92% -
XYZ 36.61 62.03 33.71 -
YUV 174.5 106.83 54.89 -
System Red Green Blue C M Y K H S L
Decimal 72 234 137 0.69 0 0.41 0.08 144.07 0.79 0.6
Hex 48 EA 89 45 0 29 8 90 4F 3C
Octal 110 352 211 105 0 51 10 220 117 74
Binary 1001000 11101010 10001001 1000101 0 101001 1000 10010000 1001111 111100

Color Harmonies of #48EA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA89

Black with #48EA89

Text Example


Text Example

White with #48EA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,137); }

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

background-color css

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

 a { background-color: rgb(72,234,137); }

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

border-color css

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

 span { border-color: rgb(72,234,137); }

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