Html Css Color HEX #48DF67 Emerald

📋 copy color: '#48DF67'

red 72 ◦ green 223 ◦ blue 103

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

Shades of Emerald #48DF67

Tints of Emerald #48DF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.88%

R = 18.09%
G = 56.03%
B = 25.88%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#48DF67 (or 0x48DF67) is known color: Emerald. HEX triplet: 48, DF and 67. RGB value is (72,223,103). Sum of RGB (Red+Green+Blue) = 72+223+103=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF67 is #B72098. Grayscale: #A4A4A4. Windows color (decimal): -12001433 or 6807368. OLE color: 6807368.

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

Color convert

RGB 72 223 103 -
CMYK 0.68 0 0.54 0.13
HSL 132.32º 0.7% 0.58% -
HSV(B) 132.32º 0.68% 0.87% -
XYZ 31.51 55.13 21.81 -
YUV 164.17 93.47 62.26 -
System Red Green Blue C M Y K H S L
Decimal 72 223 103 0.68 0 0.54 0.13 132.32 0.7 0.58
Hex 48 DF 67 44 0 36 D 84 46 3A
Octal 110 337 147 104 0 66 15 204 106 72
Binary 1001000 11011111 1100111 1000100 0 110110 1101 10000100 1000110 111010

Color Harmonies of #48DF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DF67

Black with #48DF67

Text Example


Text Example

White with #48DF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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