Html Css Color HEX #48D358 Emerald

📋 copy color: '#48D358'

red 72 ◦ green 211 ◦ blue 88

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

Shades of Emerald #48D358

Tints of Emerald #48D358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.87%

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 19.41%
G = 56.87%
B = 23.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#48D358 (or 0x48D358) is known color: Emerald. HEX triplet: 48, D3 and 58. RGB value is (72,211,88). Sum of RGB (Red+Green+Blue) = 72+211+88=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #48D358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D358 is #B72CA7. Grayscale: #9B9B9B. Windows color (decimal): -12004520 or 5821256. OLE color: 5821256.

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

Color convert

RGB 72 211 88 -
CMYK 0.66 0 0.58 0.17
HSL 126.91º 0.61% 0.55% -
HSV(B) 126.91º 0.66% 0.83% -
XYZ 27.73 48.67 17.17 -
YUV 155.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 72 211 88 0.66 0 0.58 0.17 126.91 0.61 0.55
Hex 48 D3 58 42 0 3A 11 7F 3D 37
Octal 110 323 130 102 0 72 21 177 75 67
Binary 1001000 11010011 1011000 1000010 0 111010 10001 1111111 111101 110111

Color Harmonies of #48D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D358

Black with #48D358

Text Example


Text Example

White with #48D358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,211,88); }

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

background-color css

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

 a { background-color: rgb(72,211,88); }

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

border-color css

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

 span { border-color: rgb(72,211,88); }

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