Html Css Color HEX #48DF5F Emerald

📋 copy color: '#48DF5F'

red 72 ◦ green 223 ◦ blue 95

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

Shades of Emerald #48DF5F

Tints of Emerald #48DF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.36%

R = 18.46%
G = 57.18%
B = 24.36%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#48DF5F (or 0x48DF5F) is known color: Emerald. HEX triplet: 48, DF and 5F. RGB value is (72,223,95). Sum of RGB (Red+Green+Blue) = 72+223+95=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF5F is #B720A0. Grayscale: #A3A3A3. Windows color (decimal): -12001441 or 6283080. OLE color: 6283080.

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

Color convert

RGB 72 223 95 -
CMYK 0.68 0 0.57 0.13
HSL 129.14º 0.7% 0.58% -
HSV(B) 129.14º 0.68% 0.87% -
XYZ 31.13 54.98 19.8 -
YUV 163.26 89.47 62.91 -
System Red Green Blue C M Y K H S L
Decimal 72 223 95 0.68 0 0.57 0.13 129.14 0.7 0.58
Hex 48 DF 5F 44 0 39 D 81 46 3A
Octal 110 337 137 104 0 71 15 201 106 72
Binary 1001000 11011111 1011111 1000100 0 111001 1101 10000001 1000110 111010

Color Harmonies of #48DF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF5F

Black with #48DF5F

Text Example


Text Example

White with #48DF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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