Html Css Color HEX #48E46F Emerald

📋 copy color: '#48E46F'

red 72 ◦ green 228 ◦ blue 111

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

Shades of Emerald #48E46F

Tints of Emerald #48E46F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 55.47%

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

R = 17.52%
G = 55.47%
B = 27.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#48E46F (or 0x48E46F) is known color: Emerald. HEX triplet: 48, E4 and 6F. RGB value is (72,228,111). Sum of RGB (Red+Green+Blue) = 72+228+111=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 228 (89.45% from 255 or 55.47% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 228 - color contains mainly: green. Hex color #48E46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E46F is #B71B90. Grayscale: #A8A8A8. Windows color (decimal): -12000145 or 7332936. OLE color: 7332936.

HSL color Cylindrical-coordinate representation of color #48E46F: hue angle of 135º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E46F is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 228 111 -
CMYK 0.68 0 0.51 0.11
HSL 135º 0.74% 0.59% -
HSV(B) 135º 0.68% 0.89% -
XYZ 33.29 58.01 24.48 -
YUV 168.02 95.82 59.51 -
System Red Green Blue C M Y K H S L
Decimal 72 228 111 0.68 0 0.51 0.11 135 0.74 0.59
Hex 48 E4 6F 44 0 33 B 87 4A 3B
Octal 110 344 157 104 0 63 13 207 112 73
Binary 1001000 11100100 1101111 1000100 0 110011 1011 10000111 1001010 111011

Color Harmonies of #48E46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E46F

Black with #48E46F

Text Example


Text Example

White with #48E46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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