#48f15f

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

Shades of Screamin' Green #48F15F

Tints of Screamin' Green #48F15F

Color information

#48F15F (or 0x48F15F) is unknown color: approx Screamin' Green. HEX triplet: 48, F1 and 5F. RGB value is (72,241,95). Sum of RGB (Red+Green+Blue) = 72+241+95=408 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.65% from 408); Green value is 241 (94.53% from 255 or 59.07% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 241 - color contains mainly: green. Hex color #48F15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F15F is #B70EA0. Grayscale: #AEAEAE. Windows color (decimal): -11996833 or 6287688. OLE color: 6287688.

HSL color Cylindrical-coordinate representation of color #48F15F: hue angle of 128.17º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F15F is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB7224195-
CMYK0.7000.610.05
HSL128.17º85.79%61.37%-
HSV(B)128.17º70.12%94.51%-
XYZ36.1965.1121.49-
YUV173.8283.5155.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.65%
GREEN value IS 241 (94.53% from 255) = 59.07%
BLUE value IS 95 (37.5% from 255) = 23.28%
R=17.65%
G=59.07%
B=23.28%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72241950.7000.610.05128.1785.7961.37
Hex48F15F4603D580563d
Octal110361137106075520012675
Binary100100011110001101111110001100111101101100000001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48f15f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,241,95); }

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

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

 a { background-color: rgb(72,241,95); }

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

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

 span { border-color: rgb(72,241,95); }

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