Html Css Color HEX #48EC6D Emerald

📋 copy color: '#48EC6D'

red 72 ◦ green 236 ◦ blue 109

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

Shades of Emerald #48EC6D

Tints of Emerald #48EC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 17.27%
G = 56.59%
B = 26.14%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#48EC6D (or 0x48EC6D) is known color: Emerald. HEX triplet: 48, EC and 6D. RGB value is (72,236,109). Sum of RGB (Red+Green+Blue) = 72+236+109=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC6D is #B71392. Grayscale: #ACACAC. Windows color (decimal): -11998099 or 7203912. OLE color: 7203912.

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

Color convert

RGB 72 236 109 -
CMYK 0.69 0 0.54 0.07
HSL 133.54º 0.81% 0.6% -
HSV(B) 133.54º 0.69% 0.93% -
XYZ 35.43 62.47 24.66 -
YUV 172.49 92.17 56.33 -
System Red Green Blue C M Y K H S L
Decimal 72 236 109 0.69 0 0.54 0.07 133.54 0.81 0.6
Hex 48 EC 6D 45 0 36 7 86 51 3C
Octal 110 354 155 105 0 66 7 206 121 74
Binary 1001000 11101100 1101101 1000101 0 110110 111 10000110 1010001 111100

Color Harmonies of #48EC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EC6D

Black with #48EC6D

Text Example


Text Example

White with #48EC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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