Html Css Color HEX #48FF8F Emerald

📋 copy color: '#48FF8F'

red 72 ◦ green 255 ◦ blue 143

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

Shades of Emerald #48FF8F

Tints of Emerald #48FF8F

RGB

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

 GREEN value IS 255 (100% from 255) = 54.26%

 BLUE value IS 143 (56.25% from 255) = 30.43%

R = 15.32%
G = 54.26%
B = 30.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#48FF8F (or 0x48FF8F) is known color: Emerald. HEX triplet: 48, FF and 8F. RGB value is (72,255,143). Sum of RGB (Red+Green+Blue) = 72+255+143=470 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.32% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FF8F is #B70070. Grayscale: #BBBBBB. Windows color (decimal): -11993201 or 9437000. OLE color: 9437000.

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

Color convert

RGB 72 255 143 -
CMYK 0.72 0 0.44 0
HSL 143.28º 1% 0.64% -
HSV(B) 143.28º 0.72% 1% -
XYZ 43.39 74.88 38.15 -
YUV 187.52 102.87 45.61 -
System Red Green Blue C M Y K H S L
Decimal 72 255 143 0.72 0 0.44 0 143.28 1 0.64
Hex 48 FF 8F 48 0 2C 0 8F 64 40
Octal 110 377 217 110 0 54 0 217 144 100
Binary 1001000 11111111 10001111 1001000 0 101100 0 10001111 1100100 1000000

Color Harmonies of #48FF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FF8F

Black with #48FF8F

Text Example


Text Example

White with #48FF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,143); }

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

background-color css

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

 a { background-color: rgb(72,255,143); }

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

border-color css

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

 span { border-color: rgb(72,255,143); }

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