Html Css Color HEX #48C288 Emerald

📋 copy color: '#48C288'

red 72 ◦ green 194 ◦ blue 136

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

Shades of Emerald #48C288

Tints of Emerald #48C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.26%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 17.91%
G = 48.26%
B = 33.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#48C288 (or 0x48C288) is known color: Emerald. HEX triplet: 48, C2 and 88. RGB value is (72,194,136). Sum of RGB (Red+Green+Blue) = 72+194+136=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #48C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C288 is #B73D77. Grayscale: #979797. Windows color (decimal): -12008824 or 8962632. OLE color: 8962632.

HSL color Cylindrical-coordinate representation of color #48C288: hue angle of 151.48º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C288 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 136 -
CMYK 0.63 0 0.30 0.24
HSL 151.48º 0.5% 0.52% -
HSV(B) 151.48º 0.63% 0.76% -
XYZ 26.41 41.74 29.96 -
YUV 150.91 119.58 71.72 -
System Red Green Blue C M Y K H S L
Decimal 72 194 136 0.63 0 0.30 0.24 151.48 0.5 0.52
Hex 48 C2 88 3F 0 1E 18 97 32 34
Octal 110 302 210 77 0 36 30 227 62 64
Binary 1001000 11000010 10001000 111111 0 11110 11000 10010111 110010 110100

Color Harmonies of #48C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C288

Black with #48C288

Text Example


Text Example

White with #48C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,194,136); }

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

background-color css

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

 a { background-color: rgb(72,194,136); }

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

border-color css

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

 span { border-color: rgb(72,194,136); }

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