Html Css Color HEX #48DF6E Emerald

📋 copy color: '#48DF6E'

red 72 ◦ green 223 ◦ blue 110

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

Shades of Emerald #48DF6E

Tints of Emerald #48DF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 17.78%
G = 55.06%
B = 27.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#48DF6E (or 0x48DF6E) is known color: Emerald. HEX triplet: 48, DF and 6E. RGB value is (72,223,110). Sum of RGB (Red+Green+Blue) = 72+223+110=405 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.78% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF6E is #B72091. Grayscale: #A5A5A5. Windows color (decimal): -12001426 or 7266120. OLE color: 7266120.

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

Color convert

RGB 72 223 110 -
CMYK 0.68 0 0.51 0.13
HSL 135.1º 0.7% 0.58% -
HSV(B) 135.1º 0.68% 0.87% -
XYZ 31.87 55.28 23.74 -
YUV 164.97 96.97 61.69 -
System Red Green Blue C M Y K H S L
Decimal 72 223 110 0.68 0 0.51 0.13 135.1 0.7 0.58
Hex 48 DF 6E 44 0 33 D 87 46 3A
Octal 110 337 156 104 0 63 15 207 106 72
Binary 1001000 11011111 1101110 1000100 0 110011 1101 10000111 1000110 111010

Color Harmonies of #48DF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF6E

Black with #48DF6E

Text Example


Text Example

White with #48DF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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