Html Css Color HEX #48DF7F Emerald

📋 copy color: '#48DF7F'

red 72 ◦ green 223 ◦ blue 127

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

Shades of Emerald #48DF7F

Tints of Emerald #48DF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.09%

R = 17.06%
G = 52.84%
B = 30.09%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#48DF7F (or 0x48DF7F) is known color: Emerald. HEX triplet: 48, DF and 7F. RGB value is (72,223,127). Sum of RGB (Red+Green+Blue) = 72+223+127=422 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.06% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF7F is #B72080. Grayscale: #A7A7A7. Windows color (decimal): -12001409 or 8380232. OLE color: 8380232.

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

Color convert

RGB 72 223 127 -
CMYK 0.68 0 0.43 0.13
HSL 141.85º 0.7% 0.58% -
HSV(B) 141.85º 0.68% 0.87% -
XYZ 32.89 55.69 29.09 -
YUV 166.91 105.47 60.31 -
System Red Green Blue C M Y K H S L
Decimal 72 223 127 0.68 0 0.43 0.13 141.85 0.7 0.58
Hex 48 DF 7F 44 0 2B D 8E 46 3A
Octal 110 337 177 104 0 53 15 216 106 72
Binary 1001000 11011111 1111111 1000100 0 101011 1101 10001110 1000110 111010

Color Harmonies of #48DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF7F

Black with #48DF7F

Text Example


Text Example

White with #48DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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