Html Css Color HEX #48C561 Emerald

📋 copy color: '#48C561'

red 72 ◦ green 197 ◦ blue 97

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

Shades of Emerald #48C561

Tints of Emerald #48C561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.83%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 19.67%
G = 53.83%
B = 26.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#48C561 (or 0x48C561) is known color: Emerald. HEX triplet: 48, C5 and 61. RGB value is (72,197,97). Sum of RGB (Red+Green+Blue) = 72+197+97=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 197 (77.34% from 255 or 53.83% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 197 - color contains mainly: green. Hex color #48C561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C561 is #B73A9E. Grayscale: #949494. Windows color (decimal): -12008095 or 6407496. OLE color: 6407496.

HSL color Cylindrical-coordinate representation of color #48C561: hue angle of 132º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C561 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 97 -
CMYK 0.63 0 0.51 0.23
HSL 132º 0.52% 0.53% -
HSV(B) 132º 0.63% 0.77% -
XYZ 24.8 42.17 18.14 -
YUV 148.23 99.09 73.63 -
System Red Green Blue C M Y K H S L
Decimal 72 197 97 0.63 0 0.51 0.23 132 0.52 0.53
Hex 48 C5 61 3F 0 33 17 84 34 35
Octal 110 305 141 77 0 63 27 204 64 65
Binary 1001000 11000101 1100001 111111 0 110011 10111 10000100 110100 110101

Color Harmonies of #48C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C561

Black with #48C561

Text Example


Text Example

White with #48C561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,97); }

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

background-color css

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

 a { background-color: rgb(72,197,97); }

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

border-color css

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

 span { border-color: rgb(72,197,97); }

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