Html Css Color HEX #48DC65 Emerald

📋 copy color: '#48DC65'

red 72 ◦ green 220 ◦ blue 101

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

Shades of Emerald #48DC65

Tints of Emerald #48DC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 55.98%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 18.32%
G = 55.98%
B = 25.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#48DC65 (or 0x48DC65) is known color: Emerald. HEX triplet: 48, DC and 65. RGB value is (72,220,101). Sum of RGB (Red+Green+Blue) = 72+220+101=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC65 is #B7239A. Grayscale: #A2A2A2. Windows color (decimal): -12002203 or 6675528. OLE color: 6675528.

HSL color Cylindrical-coordinate representation of color #48DC65: hue angle of 131.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC65 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 220 101 -
CMYK 0.67 0 0.54 0.14
HSL 131.76º 0.68% 0.57% -
HSV(B) 131.76º 0.67% 0.86% -
XYZ 30.61 53.5 21.03 -
YUV 162.18 93.47 63.68 -
System Red Green Blue C M Y K H S L
Decimal 72 220 101 0.67 0 0.54 0.14 131.76 0.68 0.57
Hex 48 DC 65 43 0 36 E 84 44 39
Octal 110 334 145 103 0 66 16 204 104 71
Binary 1001000 11011100 1100101 1000011 0 110110 1110 10000100 1000100 111001

Color Harmonies of #48DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DC65

Black with #48DC65

Text Example


Text Example

White with #48DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,220,101); }

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

background-color css

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

 a { background-color: rgb(72,220,101); }

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

border-color css

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

 span { border-color: rgb(72,220,101); }

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