Html Css Color HEX #48DF5B Emerald

📋 copy color: '#48DF5B'

red 72 ◦ green 223 ◦ blue 91

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

Shades of Emerald #48DF5B

Tints of Emerald #48DF5B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.77%

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 18.65%
G = 57.77%
B = 23.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#48DF5B (or 0x48DF5B) is known color: Emerald. HEX triplet: 48, DF and 5B. RGB value is (72,223,91). Sum of RGB (Red+Green+Blue) = 72+223+91=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF5B is #B720A4. Grayscale: #A3A3A3. Windows color (decimal): -12001445 or 6020936. OLE color: 6020936.

HSL color Cylindrical-coordinate representation of color #48DF5B: hue angle of 127.55º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DF5B is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 91 -
CMYK 0.68 0 0.59 0.13
HSL 127.55º 0.7% 0.58% -
HSV(B) 127.55º 0.68% 0.87% -
XYZ 30.95 54.91 18.86 -
YUV 162.8 87.47 63.23 -
System Red Green Blue C M Y K H S L
Decimal 72 223 91 0.68 0 0.59 0.13 127.55 0.7 0.58
Hex 48 DF 5B 44 0 3B D 80 46 3A
Octal 110 337 133 104 0 73 15 200 106 72
Binary 1001000 11011111 1011011 1000100 0 111011 1101 10000000 1000110 111010

Color Harmonies of #48DF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF5B

Black with #48DF5B

Text Example


Text Example

White with #48DF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,223,91); }

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

background-color css

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

 a { background-color: rgb(72,223,91); }

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

border-color css

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

 span { border-color: rgb(72,223,91); }

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