Html Css Color HEX #48C571 Emerald

📋 copy color: '#48C571'

red 72 ◦ green 197 ◦ blue 113

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

Shades of Emerald #48C571

Tints of Emerald #48C571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 18.85%
G = 51.57%
B = 29.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#48C571 (or 0x48C571) is known color: Emerald. HEX triplet: 48, C5 and 71. RGB value is (72,197,113). Sum of RGB (Red+Green+Blue) = 72+197+113=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #48C571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C571 is #B73A8E. Grayscale: #969696. Windows color (decimal): -12008079 or 7456072. OLE color: 7456072.

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

Color convert

RGB 72 197 113 -
CMYK 0.63 0 0.43 0.23
HSL 139.68º 0.52% 0.53% -
HSV(B) 139.68º 0.63% 0.77% -
XYZ 25.62 42.5 22.48 -
YUV 150.05 107.09 72.33 -
System Red Green Blue C M Y K H S L
Decimal 72 197 113 0.63 0 0.43 0.23 139.68 0.52 0.53
Hex 48 C5 71 3F 0 2B 17 8C 34 35
Octal 110 305 161 77 0 53 27 214 64 65
Binary 1001000 11000101 1110001 111111 0 101011 10111 10001100 110100 110101

Color Harmonies of #48C571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C571

Black with #48C571

Text Example


Text Example

White with #48C571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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