Html Css Color HEX #48C86F Emerald

📋 copy color: '#48C86F'

red 72 ◦ green 200 ◦ blue 111

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

Shades of Emerald #48C86F

Tints of Emerald #48C86F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.22%

 BLUE value IS 111 (43.75% from 255) = 28.98%

R = 18.8%
G = 52.22%
B = 28.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#48C86F (or 0x48C86F) is known color: Emerald. HEX triplet: 48, C8 and 6F. RGB value is (72,200,111). Sum of RGB (Red+Green+Blue) = 72+200+111=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #48C86F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C86F is #B73790. Grayscale: #979797. Windows color (decimal): -12007313 or 7325768. OLE color: 7325768.

HSL color Cylindrical-coordinate representation of color #48C86F: hue angle of 138.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C86F is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 72 200 111 -
CMYK 0.64 0 0.44 0.22
HSL 138.28º 0.54% 0.53% -
HSV(B) 138.28º 0.64% 0.78% -
XYZ 26.2 43.83 22.12 -
YUV 151.58 105.09 71.24 -
System Red Green Blue C M Y K H S L
Decimal 72 200 111 0.64 0 0.44 0.22 138.28 0.54 0.53
Hex 48 C8 6F 40 0 2C 16 8A 36 35
Octal 110 310 157 100 0 54 26 212 66 65
Binary 1001000 11001000 1101111 1000000 0 101100 10110 10001010 110110 110101

Color Harmonies of #48C86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C86F

Black with #48C86F

Text Example


Text Example

White with #48C86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,200,111); }

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

background-color css

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

 a { background-color: rgb(72,200,111); }

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

border-color css

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

 span { border-color: rgb(72,200,111); }

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