Html Css Color HEX #48EA81 Emerald

📋 copy color: '#48EA81'

red 72 ◦ green 234 ◦ blue 129

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

Shades of Emerald #48EA81

Tints of Emerald #48EA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.66%

R = 16.55%
G = 53.79%
B = 29.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#48EA81 (or 0x48EA81) is known color: Emerald. HEX triplet: 48, EA and 81. RGB value is (72,234,129). Sum of RGB (Red+Green+Blue) = 72+234+129=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EA81 is #B7157E. Grayscale: #ADADAD. Windows color (decimal): -11998591 or 8514120. OLE color: 8514120.

HSL color Cylindrical-coordinate representation of color #48EA81: hue angle of 141.11º 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 #48EA81 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 129 -
CMYK 0.69 0 0.45 0.08
HSL 141.11º 0.79% 0.6% -
HSV(B) 141.11º 0.69% 0.92% -
XYZ 36.06 61.81 30.8 -
YUV 173.59 102.83 55.54 -
System Red Green Blue C M Y K H S L
Decimal 72 234 129 0.69 0 0.45 0.08 141.11 0.79 0.6
Hex 48 EA 81 45 0 2D 8 8D 4F 3C
Octal 110 352 201 105 0 55 10 215 117 74
Binary 1001000 11101010 10000001 1000101 0 101101 1000 10001101 1001111 111100

Color Harmonies of #48EA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA81

Black with #48EA81

Text Example


Text Example

White with #48EA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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