#48F864

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

Shades of Screamin' Green #48F864

Tints of Screamin' Green #48F864

Color information

#48F864 (or 0x48F864) is unknown color: approx Screamin' Green. HEX triplet: 48, F8 and 64. RGB value is (72,248,100). Sum of RGB (Red+Green+Blue) = 72+248+100=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 248 (97.27% from 255 or 59.05% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 248 - color contains mainly: green. Hex color #48F864 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F864 is #B7079B. Grayscale: #B2B2B2. Windows color (decimal): -11995036 or 6617160. OLE color: 6617160.

HSL color Cylindrical-coordinate representation of color #48F864: hue angle of 129.55º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F864 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB72248100-
CMYK0.7100.600.03
HSL129.55º92.63%62.75%-
HSV(B)129.55º70.97%97.25%-
XYZ38.5469.4323.43-
YUV178.583.6952.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.14%
GREEN value IS 248 (97.27% from 255) = 59.05%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=17.14%
G=59.05%
B=23.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal722481000.7100.600.03129.5592.6362.75
Hex48F8644703C3825d3f
Octal110370144107074320213577
Binary10010001111100011001001000111011110011100000101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,248,100); }

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

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

 a { background-color: rgb(72,248,100); }

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

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

 span { border-color: rgb(72,248,100); }

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