Html Css Color HEX #48D556 Emerald

📋 copy color: '#48D556'

red 72 ◦ green 213 ◦ blue 86

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

Shades of Emerald #48D556

Tints of Emerald #48D556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 19.41%
G = 57.41%
B = 23.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#48D556 (or 0x48D556) is known color: Emerald. HEX triplet: 48, D5 and 56. RGB value is (72,213,86). Sum of RGB (Red+Green+Blue) = 72+213+86=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #48D556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D556 is #B72AA9. Grayscale: #9C9C9C. Windows color (decimal): -12004010 or 5690696. OLE color: 5690696.

HSL color Cylindrical-coordinate representation of color #48D556: hue angle of 125.96º 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 #48D556 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 86 -
CMYK 0.66 0 0.60 0.16
HSL 125.96º 0.63% 0.56% -
HSV(B) 125.96º 0.66% 0.84% -
XYZ 28.15 49.64 16.9 -
YUV 156.36 88.29 67.83 -
System Red Green Blue C M Y K H S L
Decimal 72 213 86 0.66 0 0.60 0.16 125.96 0.63 0.56
Hex 48 D5 56 42 0 3C 10 7E 3F 38
Octal 110 325 126 102 0 74 20 176 77 70
Binary 1001000 11010101 1010110 1000010 0 111100 10000 1111110 111111 111000

Color Harmonies of #48D556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D556

Black with #48D556

Text Example


Text Example

White with #48D556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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