Html Css Color HEX #48DF8B Emerald

📋 copy color: '#48DF8B'

red 72 ◦ green 223 ◦ blue 139

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

Shades of Emerald #48DF8B

Tints of Emerald #48DF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.03%

R = 16.59%
G = 51.38%
B = 32.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#48DF8B (or 0x48DF8B) is known color: Emerald. HEX triplet: 48, DF and 8B. RGB value is (72,223,139). Sum of RGB (Red+Green+Blue) = 72+223+139=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DF8B is #B72074. Grayscale: #A8A8A8. Windows color (decimal): -12001397 or 9166664. OLE color: 9166664.

HSL color Cylindrical-coordinate representation of color #48DF8B: hue angle of 146.62º 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 #48DF8B is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 223 139 -
CMYK 0.68 0 0.38 0.13
HSL 146.62º 0.7% 0.58% -
HSV(B) 146.62º 0.68% 0.87% -
XYZ 33.72 56.02 33.46 -
YUV 168.28 111.47 59.33 -
System Red Green Blue C M Y K H S L
Decimal 72 223 139 0.68 0 0.38 0.13 146.62 0.7 0.58
Hex 48 DF 8B 44 0 26 D 93 46 3A
Octal 110 337 213 104 0 46 15 223 106 72
Binary 1001000 11011111 10001011 1000100 0 100110 1101 10010011 1000110 111010

Color Harmonies of #48DF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF8B

Black with #48DF8B

Text Example


Text Example

White with #48DF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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