Html Css Color HEX #48C659 Emerald

📋 copy color: '#48C659'

red 72 ◦ green 198 ◦ blue 89

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

Shades of Emerald #48C659

Tints of Emerald #48C659

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.15%

 BLUE value IS 89 (35.16% from 255) = 24.79%

R = 20.06%
G = 55.15%
B = 24.79%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#48C659 (or 0x48C659) is known color: Emerald. HEX triplet: 48, C6 and 59. RGB value is (72,198,89). Sum of RGB (Red+Green+Blue) = 72+198+89=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #48C659 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C659 is #B739A6. Grayscale: #949494. Windows color (decimal): -12007847 or 5883464. OLE color: 5883464.

HSL color Cylindrical-coordinate representation of color #48C659: hue angle of 128.1º degrees, saturation: 0.52, 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 #48C659 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 198 89 -
CMYK 0.64 0 0.55 0.22
HSL 128.1º 0.53% 0.53% -
HSV(B) 128.1º 0.64% 0.78% -
XYZ 24.67 42.49 16.35 -
YUV 147.9 94.76 73.86 -
System Red Green Blue C M Y K H S L
Decimal 72 198 89 0.64 0 0.55 0.22 128.1 0.53 0.53
Hex 48 C6 59 40 0 37 16 80 34 35
Octal 110 306 131 100 0 67 26 200 64 65
Binary 1001000 11000110 1011001 1000000 0 110111 10110 10000000 110100 110101

Color Harmonies of #48C659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C659

Black with #48C659

Text Example


Text Example

White with #48C659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,198,89); }

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

background-color css

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

 a { background-color: rgb(72,198,89); }

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

border-color css

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

 span { border-color: rgb(72,198,89); }

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