Html Css Color HEX #48E783 Emerald

📋 copy color: '#48E783'

red 72 ◦ green 231 ◦ blue 131

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

Shades of Emerald #48E783

Tints of Emerald #48E783

RGB

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

 GREEN value IS 231 (90.63% from 255) = 53.23%

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 16.59%
G = 53.23%
B = 30.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#48E783 (or 0x48E783) is known color: Emerald. HEX triplet: 48, E7 and 83. RGB value is (72,231,131). Sum of RGB (Red+Green+Blue) = 72+231+131=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #48E783 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E783 is #B7187C. Grayscale: #ACACAC. Windows color (decimal): -11999357 or 8644424. OLE color: 8644424.

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

Color convert

RGB 72 231 131 -
CMYK 0.69 0 0.43 0.09
HSL 142.26º 0.77% 0.59% -
HSV(B) 142.26º 0.69% 0.91% -
XYZ 35.35 60.17 31.22 -
YUV 172.06 104.82 56.63 -
System Red Green Blue C M Y K H S L
Decimal 72 231 131 0.69 0 0.43 0.09 142.26 0.77 0.59
Hex 48 E7 83 45 0 2B 9 8E 4D 3B
Octal 110 347 203 105 0 53 11 216 115 73
Binary 1001000 11100111 10000011 1000101 0 101011 1001 10001110 1001101 111011

Color Harmonies of #48E783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E783

Black with #48E783

Text Example


Text Example

White with #48E783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,231,131); }

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

background-color css

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

 a { background-color: rgb(72,231,131); }

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

border-color css

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

 span { border-color: rgb(72,231,131); }

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