Html Css Color HEX #48FE8C Screamin' Green

📋 copy color: '#48FE8C'

red 72 ◦ green 254 ◦ blue 140

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

Shades of Screamin' Green #48FE8C

Tints of Screamin' Green #48FE8C

RGB

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

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

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

R = 15.45%
G = 54.51%
B = 30.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#48FE8C (or 0x48FE8C) is known color: Screamin' Green. HEX triplet: 48, FE and 8C. RGB value is (72,254,140). Sum of RGB (Red+Green+Blue) = 72+254+140=466 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.45% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FE8C is #B70173. Grayscale: #BABABA. Windows color (decimal): -11993460 or 9240136. OLE color: 9240136.

HSL color Cylindrical-coordinate representation of color #48FE8C: hue angle of 142.42º 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 #48FE8C is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 140 -
CMYK 0.72 0 0.45 0.00
HSL 142.42º 0.99% 0.64% -
HSV(B) 142.42º 0.72% 1% -
XYZ 42.85 74.15 36.87 -
YUV 186.59 101.7 46.27 -
System Red Green Blue C M Y K H S L
Decimal 72 254 140 0.72 0 0.45 0.00 142.42 0.99 0.64
Hex 48 FE 8C 48 0 2D 0 8E 63 40
Octal 110 376 214 110 0 55 0 216 143 100
Binary 1001000 11111110 10001100 1001000 0 101101 0 10001110 1100011 1000000

Color Harmonies of #48FE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FE8C

Black with #48FE8C

Text Example


Text Example

White with #48FE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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