Html Css Color HEX #48D456 Emerald

📋 copy color: '#48D456'

red 72 ◦ green 212 ◦ blue 86

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

Shades of Emerald #48D456

Tints of Emerald #48D456

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.3%

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

R = 19.46%
G = 57.3%
B = 23.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#48D456 (or 0x48D456) is known color: Emerald. HEX triplet: 48, D4 and 56. RGB value is (72,212,86). Sum of RGB (Red+Green+Blue) = 72+212+86=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 212 (83.20% from 255 or 57.30% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 212 - color contains mainly: green. Hex color #48D456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D456 is #B72BA9. Grayscale: #9C9C9C. Windows color (decimal): -12004266 or 5690440. OLE color: 5690440.

HSL color Cylindrical-coordinate representation of color #48D456: hue angle of 126º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D456 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 86 -
CMYK 0.66 0 0.59 0.17
HSL 126º 0.62% 0.56% -
HSV(B) 126º 0.66% 0.83% -
XYZ 27.9 49.14 16.82 -
YUV 155.78 88.62 68.25 -
System Red Green Blue C M Y K H S L
Decimal 72 212 86 0.66 0 0.59 0.17 126 0.62 0.56
Hex 48 D4 56 42 0 3B 11 7E 3E 38
Octal 110 324 126 102 0 73 21 176 76 70
Binary 1001000 11010100 1010110 1000010 0 111011 10001 1111110 111110 111000

Color Harmonies of #48D456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D456

Black with #48D456

Text Example


Text Example

White with #48D456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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