Html Css Color HEX #48EC6F Emerald

📋 copy color: '#48EC6F'

red 72 ◦ green 236 ◦ blue 111

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

Shades of Emerald #48EC6F

Tints of Emerald #48EC6F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.32%

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

R = 17.18%
G = 56.32%
B = 26.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#48EC6F (or 0x48EC6F) is known color: Emerald. HEX triplet: 48, EC and 6F. RGB value is (72,236,111). Sum of RGB (Red+Green+Blue) = 72+236+111=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 236 (92.58% from 255 or 56.32% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC6F is #B71390. Grayscale: #ADADAD. Windows color (decimal): -11998097 or 7334984. OLE color: 7334984.

HSL color Cylindrical-coordinate representation of color #48EC6F: hue angle of 134.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC6F is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 236 111 -
CMYK 0.69 0 0.53 0.07
HSL 134.27º 0.81% 0.6% -
HSV(B) 134.27º 0.69% 0.93% -
XYZ 35.54 62.52 25.23 -
YUV 172.71 93.17 56.16 -
System Red Green Blue C M Y K H S L
Decimal 72 236 111 0.69 0 0.53 0.07 134.27 0.81 0.6
Hex 48 EC 6F 45 0 35 7 86 51 3C
Octal 110 354 157 105 0 65 7 206 121 74
Binary 1001000 11101100 1101111 1000101 0 110101 111 10000110 1010001 111100

Color Harmonies of #48EC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC6F

Black with #48EC6F

Text Example


Text Example

White with #48EC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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