#48FE5B

Color #48FE5B Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #48FE5B

Tints of Screamin' Green #48FE5B

Color information

#48FE5B (or 0x48FE5B) is unknown color: approx Screamin' Green. HEX triplet: 48, FE and 5B. RGB value is (72,254,91). Sum of RGB (Red+Green+Blue) = 72+254+91=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #48FE5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FE5B is #B701A4. Grayscale: #B5B5B5. Windows color (decimal): -11993509 or 6028872. OLE color: 6028872.

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

Color convert

RGB7225491-
CMYK0.7200.640.00
HSL126.26º98.91%63.92%-
HSV(B)126.26º71.65%99.61%-
XYZ4073.0221.88-
YUV18177.250.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 254 (99.61% from 255) = 60.91%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=17.27%
G=60.91%
B=21.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal72254910.7200.640.00126.2698.9163.92
Hex48FE5B4804007e6340
Octal11037613311001000176143100
Binary10010001111111010110111001000010000000111111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48FE5B;
 }
 .AnyTagClassName
 {
   color: #48FE5B;
 }
</style>
background-color css

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

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

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

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

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

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