Html Css Color HEX #48D570 Emerald

📋 copy color: '#48D570'

red 72 ◦ green 213 ◦ blue 112

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

Shades of Emerald #48D570

Tints of Emerald #48D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.65%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 18.14%
G = 53.65%
B = 28.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#48D570 (or 0x48D570) is known color: Emerald. HEX triplet: 48, D5 and 70. RGB value is (72,213,112). Sum of RGB (Red+Green+Blue) = 72+213+112=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #48D570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D570 is #B72A8F. Grayscale: #9F9F9F. Windows color (decimal): -12003984 or 7394632. OLE color: 7394632.

HSL color Cylindrical-coordinate representation of color #48D570: hue angle of 137.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D570 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 112 -
CMYK 0.66 0 0.47 0.16
HSL 137.02º 0.63% 0.56% -
HSV(B) 137.02º 0.66% 0.84% -
XYZ 29.39 50.14 23.46 -
YUV 159.33 101.29 65.71 -
System Red Green Blue C M Y K H S L
Decimal 72 213 112 0.66 0 0.47 0.16 137.02 0.63 0.56
Hex 48 D5 70 42 0 2F 10 89 3F 38
Octal 110 325 160 102 0 57 20 211 77 70
Binary 1001000 11010101 1110000 1000010 0 101111 10000 10001001 111111 111000

Color Harmonies of #48D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D570

Black with #48D570

Text Example


Text Example

White with #48D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,112); }

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

background-color css

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

 a { background-color: rgb(72,213,112); }

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

border-color css

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

 span { border-color: rgb(72,213,112); }

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