#48FA5C

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

Shades of Screamin' Green #48FA5C

Tints of Screamin' Green #48FA5C

Color information

#48FA5C (or 0x48FA5C) is unknown color: approx Screamin' Green. HEX triplet: 48, FA and 5C. RGB value is (72,250,92). Sum of RGB (Red+Green+Blue) = 72+250+92=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FA5C is #B705A3. Grayscale: #B3B3B3. Windows color (decimal): -11994532 or 6093384. OLE color: 6093384.

HSL color Cylindrical-coordinate representation of color #48FA5C: hue angle of 126.74º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FA5C is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB7225092-
CMYK0.7100.630.02
HSL126.74º94.68%63.14%-
HSV(B)126.74º71.2%98.04%-
XYZ38.7970.5221.69-
YUV178.7779.0351.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.39%
GREEN value IS 250 (98.05% from 255) = 60.39%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=17.39%
G=60.39%
B=22.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72250920.7100.630.02126.7494.6863.14
Hex48FA5C4703F27f5f3f
Octal110372134107077217713777
Binary1001000111110101011100100011101111111011111111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,250,92); }

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

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

 a { background-color: rgb(72,250,92); }

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

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

 span { border-color: rgb(72,250,92); }

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