Html Css Color HEX #48D682 Emerald

📋 copy color: '#48D682'

red 72 ◦ green 214 ◦ blue 130

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

Shades of Emerald #48D682

Tints of Emerald #48D682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.44%

 BLUE value IS 130 (51.17% from 255) = 31.25%

R = 17.31%
G = 51.44%
B = 31.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#48D682 (or 0x48D682) is known color: Emerald. HEX triplet: 48, D6 and 82. RGB value is (72,214,130). Sum of RGB (Red+Green+Blue) = 72+214+130=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #48D682 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D682 is #B7297D. Grayscale: #A2A2A2. Windows color (decimal): -12003710 or 8574536. OLE color: 8574536.

HSL color Cylindrical-coordinate representation of color #48D682: hue angle of 144.51º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D682 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 130 -
CMYK 0.66 0 0.39 0.16
HSL 144.51º 0.63% 0.56% -
HSV(B) 144.51º 0.66% 0.84% -
XYZ 30.75 51.08 29.36 -
YUV 161.97 109.96 63.83 -
System Red Green Blue C M Y K H S L
Decimal 72 214 130 0.66 0 0.39 0.16 144.51 0.63 0.56
Hex 48 D6 82 42 0 27 10 91 3F 38
Octal 110 326 202 102 0 47 20 221 77 70
Binary 1001000 11010110 10000010 1000010 0 100111 10000 10010001 111111 111000

Color Harmonies of #48D682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D682

Black with #48D682

Text Example


Text Example

White with #48D682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,214,130); }

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

background-color css

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

 a { background-color: rgb(72,214,130); }

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

border-color css

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

 span { border-color: rgb(72,214,130); }

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