Html Css Color HEX #48D562 Emerald

📋 copy color: '#48D562'

red 72 ◦ green 213 ◦ blue 98

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

Shades of Emerald #48D562

Tints of Emerald #48D562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 18.8%
G = 55.61%
B = 25.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#48D562 (or 0x48D562) is known color: Emerald. HEX triplet: 48, D5 and 62. RGB value is (72,213,98). Sum of RGB (Red+Green+Blue) = 72+213+98=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #48D562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D562 is #B72A9D. Grayscale: #9E9E9E. Windows color (decimal): -12003998 or 6477128. OLE color: 6477128.

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

Color convert

RGB 72 213 98 -
CMYK 0.66 0 0.54 0.16
HSL 131.06º 0.63% 0.56% -
HSV(B) 131.06º 0.66% 0.84% -
XYZ 28.67 49.85 19.67 -
YUV 157.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 72 213 98 0.66 0 0.54 0.16 131.06 0.63 0.56
Hex 48 D5 62 42 0 36 10 83 3F 38
Octal 110 325 142 102 0 66 20 203 77 70
Binary 1001000 11010101 1100010 1000010 0 110110 10000 10000011 111111 111000

Color Harmonies of #48D562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D562

Black with #48D562

Text Example


Text Example

White with #48D562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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