Html Css Color HEX #48D96A Emerald

📋 copy color: '#48D96A'

red 72 ◦ green 217 ◦ blue 106

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

Shades of Emerald #48D96A

Tints of Emerald #48D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 54.94%

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 18.23%
G = 54.94%
B = 26.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#48D96A (or 0x48D96A) is known color: Emerald. HEX triplet: 48, D9 and 6A. RGB value is (72,217,106). Sum of RGB (Red+Green+Blue) = 72+217+106=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #48D96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D96A is #B72695. Grayscale: #A1A1A1. Windows color (decimal): -12002966 or 7002440. OLE color: 7002440.

HSL color Cylindrical-coordinate representation of color #48D96A: hue angle of 134.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D96A is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 217 106 -
CMYK 0.67 0 0.51 0.15
HSL 134.07º 0.66% 0.57% -
HSV(B) 134.07º 0.67% 0.85% -
XYZ 30.09 52.04 22.1 -
YUV 160.99 96.96 64.53 -
System Red Green Blue C M Y K H S L
Decimal 72 217 106 0.67 0 0.51 0.15 134.07 0.66 0.57
Hex 48 D9 6A 43 0 33 F 86 42 39
Octal 110 331 152 103 0 63 17 206 102 71
Binary 1001000 11011001 1101010 1000011 0 110011 1111 10000110 1000010 111001

Color Harmonies of #48D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D96A

Black with #48D96A

Text Example


Text Example

White with #48D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,217,106); }

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

background-color css

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

 a { background-color: rgb(72,217,106); }

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

border-color css

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

 span { border-color: rgb(72,217,106); }

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