Html Css Color HEX #48C858 Emerald

📋 copy color: '#48C858'

red 72 ◦ green 200 ◦ blue 88

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

Shades of Emerald #48C858

Tints of Emerald #48C858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.56%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 20%
G = 55.56%
B = 24.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#48C858 (or 0x48C858) is known color: Emerald. HEX triplet: 48, C8 and 58. RGB value is (72,200,88). Sum of RGB (Red+Green+Blue) = 72+200+88=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #48C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C858 is #B737A7. Grayscale: #959595. Windows color (decimal): -12007336 or 5818440. OLE color: 5818440.

HSL color Cylindrical-coordinate representation of color #48C858: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C858 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 88 -
CMYK 0.64 0 0.56 0.22
HSL 127.5º 0.54% 0.53% -
HSV(B) 127.5º 0.64% 0.78% -
XYZ 25.09 43.39 16.29 -
YUV 148.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 72 200 88 0.64 0 0.56 0.22 127.5 0.54 0.53
Hex 48 C8 58 40 0 38 16 80 36 35
Octal 110 310 130 100 0 70 26 200 66 65
Binary 1001000 11001000 1011000 1000000 0 111000 10110 10000000 110110 110101

Color Harmonies of #48C858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C858

Black with #48C858

Text Example


Text Example

White with #48C858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,200,88); }

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

background-color css

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

 a { background-color: rgb(72,200,88); }

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

border-color css

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

 span { border-color: rgb(72,200,88); }

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