Html Css Color HEX #48FE8F Emerald

📋 copy color: '#48FE8F'

red 72 ◦ green 254 ◦ blue 143

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

Shades of Emerald #48FE8F

Tints of Emerald #48FE8F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.16%

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

R = 15.35%
G = 54.16%
B = 30.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#48FE8F (or 0x48FE8F) is known color: Emerald. HEX triplet: 48, FE and 8F. RGB value is (72,254,143). Sum of RGB (Red+Green+Blue) = 72+254+143=469 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.35% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FE8F is #B70170. Grayscale: #BBBBBB. Windows color (decimal): -11993457 or 9436744. OLE color: 9436744.

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

Color convert

RGB 72 254 143 -
CMYK 0.72 0 0.44 0.00
HSL 143.41º 0.99% 0.64% -
HSV(B) 143.41º 0.72% 1% -
XYZ 43.07 74.24 38.05 -
YUV 186.93 103.2 46.03 -
System Red Green Blue C M Y K H S L
Decimal 72 254 143 0.72 0 0.44 0.00 143.41 0.99 0.64
Hex 48 FE 8F 48 0 2C 0 8F 63 40
Octal 110 376 217 110 0 54 0 217 143 100
Binary 1001000 11111110 10001111 1001000 0 101100 0 10001111 1100011 1000000

Color Harmonies of #48FE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE8F

Black with #48FE8F

Text Example


Text Example

White with #48FE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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