Html Css Color HEX #48FD8C Emerald

📋 copy color: '#48FD8C'

red 72 ◦ green 253 ◦ blue 140

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

Shades of Emerald #48FD8C

Tints of Emerald #48FD8C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.41%

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 15.48%
G = 54.41%
B = 30.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#48FD8C (or 0x48FD8C) is known color: Emerald. HEX triplet: 48, FD and 8C. RGB value is (72,253,140). Sum of RGB (Red+Green+Blue) = 72+253+140=465 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.48% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FD8C is #B70273. Grayscale: #BABABA. Windows color (decimal): -11993716 or 9239880. OLE color: 9239880.

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

Color convert

RGB 72 253 140 -
CMYK 0.72 0 0.45 0.01
HSL 142.54º 0.98% 0.64% -
HSV(B) 142.54º 0.72% 0.99% -
XYZ 42.53 73.52 36.76 -
YUV 186 102.03 46.69 -
System Red Green Blue C M Y K H S L
Decimal 72 253 140 0.72 0 0.45 0.01 142.54 0.98 0.64
Hex 48 FD 8C 48 0 2D 1 8F 62 40
Octal 110 375 214 110 0 55 1 217 142 100
Binary 1001000 11111101 10001100 1001000 0 101101 1 10001111 1100010 1000000

Color Harmonies of #48FD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FD8C

Black with #48FD8C

Text Example


Text Example

White with #48FD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,253,140); }

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

background-color css

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

 a { background-color: rgb(72,253,140); }

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

border-color css

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

 span { border-color: rgb(72,253,140); }

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