#48F460

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

Shades of Screamin' Green #48F460

Tints of Screamin' Green #48F460

Color information

#48F460 (or 0x48F460) is unknown color: approx Screamin' Green. HEX triplet: 48, F4 and 60. RGB value is (72,244,96). Sum of RGB (Red+Green+Blue) = 72+244+96=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 244 (95.70% from 255 or 59.22% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 244 - color contains mainly: green. Hex color #48F460 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F460 is #B70B9F. Grayscale: #B0B0B0. Windows color (decimal): -11996064 or 6353992. OLE color: 6353992.

HSL color Cylindrical-coordinate representation of color #48F460: hue angle of 128.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F460 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB7224496-
CMYK0.7000.610.04
HSL128.37º88.66%61.96%-
HSV(B)128.37º70.49%95.69%-
XYZ37.1366.9222.03-
YUV175.783.0254.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.48%
GREEN value IS 244 (95.70% from 255) = 59.22%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=17.48%
G=59.22%
B=23.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal72244960.7000.610.04128.3788.6661.96
Hex48F4604603D480593e
Octal110364140106075420013176
Binary100100011110100110000010001100111101100100000001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48F460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,244,96); }

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

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

 a { background-color: rgb(72,244,96); }

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

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

 span { border-color: rgb(72,244,96); }

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