#48FD5D

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

Shades of Screamin' Green #48FD5D

Tints of Screamin' Green #48FD5D

Color information

#48FD5D (or 0x48FD5D) is unknown color: approx Screamin' Green. HEX triplet: 48, FD and 5D. RGB value is (72,253,93). Sum of RGB (Red+Green+Blue) = 72+253+93=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 253 (99.22% from 255 or 60.53% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 253 - color contains mainly: green. Hex color #48FD5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FD5D is #B702A2. Grayscale: #B5B5B5. Windows color (decimal): -11993763 or 6159688. OLE color: 6159688.

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

Color convert

RGB7225393-
CMYK0.7200.630.01
HSL126.96º97.84%63.73%-
HSV(B)126.96º71.54%99.22%-
XYZ39.7772.4222.24-
YUV180.6478.5350.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.22%
GREEN value IS 253 (99.22% from 255) = 60.53%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=17.22%
G=60.53%
B=22.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal72253930.7200.630.01126.9697.8463.73
Hex48FD5D4803F17f6240
Octal1103751351100771177142100
Binary1001000111111011011101100100001111111111111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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