Html Css Color HEX #48DF6A Emerald

📋 copy color: '#48DF6A'

red 72 ◦ green 223 ◦ blue 106

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

Shades of Emerald #48DF6A

Tints of Emerald #48DF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 17.96%
G = 55.61%
B = 26.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#48DF6A (or 0x48DF6A) is known color: Emerald. HEX triplet: 48, DF and 6A. RGB value is (72,223,106). Sum of RGB (Red+Green+Blue) = 72+223+106=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF6A is #B72095. Grayscale: #A4A4A4. Windows color (decimal): -12001430 or 7003976. OLE color: 7003976.

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

Color convert

RGB 72 223 106 -
CMYK 0.68 0 0.52 0.13
HSL 133.51º 0.7% 0.58% -
HSV(B) 133.51º 0.68% 0.87% -
XYZ 31.66 55.19 22.62 -
YUV 164.51 94.97 62.01 -
System Red Green Blue C M Y K H S L
Decimal 72 223 106 0.68 0 0.52 0.13 133.51 0.7 0.58
Hex 48 DF 6A 44 0 34 D 86 46 3A
Octal 110 337 152 104 0 64 15 206 106 72
Binary 1001000 11011111 1101010 1000100 0 110100 1101 10000110 1000110 111010

Color Harmonies of #48DF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF6A

Black with #48DF6A

Text Example


Text Example

White with #48DF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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