#48f150

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

Shades of Screamin' Green #48F150

Tints of Screamin' Green #48F150

Color information

#48F150 (or 0x48F150) is unknown color: approx Screamin' Green. HEX triplet: 48, F1 and 50. RGB value is (72,241,80). Sum of RGB (Red+Green+Blue) = 72+241+80=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 241 (94.53% from 255 or 61.32% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 241 - color contains mainly: green. Hex color #48F150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F150 is #B70EAF. Grayscale: #ACACAC. Windows color (decimal): -11996848 or 5304648. OLE color: 5304648.

HSL color Cylindrical-coordinate representation of color #48F150: hue angle of 122.84º 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 #48F150 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB7224180-
CMYK0.7000.670.05
HSL122.84º85.79%61.37%-
HSV(B)122.84º70.12%94.51%-
XYZ35.5864.8718.24-
YUV172.1176.0156.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 241 (94.53% from 255) = 61.32%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=18.32%
G=61.32%
B=20.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal72241800.7000.670.05122.8485.7961.37
Hex48F1504604357b563d
Octal1103611201060103517312675
Binary100100011110001101000010001100100001110111110111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48f150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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