Html Css Color HEX #48C289 Emerald

📋 copy color: '#48C289'

red 72 ◦ green 194 ◦ blue 137

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

Shades of Emerald #48C289

Tints of Emerald #48C289

RGB

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

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

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

R = 17.87%
G = 48.14%
B = 34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#48C289 (or 0x48C289) is known color: Emerald. HEX triplet: 48, C2 and 89. RGB value is (72,194,137). Sum of RGB (Red+Green+Blue) = 72+194+137=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #48C289 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C289 is #B73D76. Grayscale: #979797. Windows color (decimal): -12008823 or 9028168. OLE color: 9028168.

HSL color Cylindrical-coordinate representation of color #48C289: hue angle of 151.97º 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 #48C289 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 137 -
CMYK 0.63 0 0.29 0.24
HSL 151.97º 0.5% 0.52% -
HSV(B) 151.97º 0.63% 0.76% -
XYZ 26.48 41.77 30.33 -
YUV 151.02 120.08 71.63 -
System Red Green Blue C M Y K H S L
Decimal 72 194 137 0.63 0 0.29 0.24 151.97 0.5 0.52
Hex 48 C2 89 3F 0 1D 18 98 32 34
Octal 110 302 211 77 0 35 30 230 62 64
Binary 1001000 11000010 10001001 111111 0 11101 11000 10011000 110010 110100

Color Harmonies of #48C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C289

Black with #48C289

Text Example


Text Example

White with #48C289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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