#48ff5a

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

Shades of Screamin' Green #48FF5A

Tints of Screamin' Green #48FF5A

Color information

#48FF5A (or 0x48FF5A) is unknown color: approx Screamin' Green. HEX triplet: 48, FF and 5A. RGB value is (72,255,90). Sum of RGB (Red+Green+Blue) = 72+255+90=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF5A is #B700A5. Grayscale: #B5B5B5. Windows color (decimal): -11993254 or 5963592. OLE color: 5963592.

HSL color Cylindrical-coordinate representation of color #48FF5A: hue angle of 125.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FF5A is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB7225590-
CMYK0.7200.650
HSL125.9º100%64.12%-
HSV(B)125.9º71.76%100%-
XYZ40.2873.6421.76-
YUV181.4776.3749.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 255 (100% from 255) = 61.15%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=17.27%
G=61.15%
B=21.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal72255900.7200.650125.910064.12
Hex48FF5A4804107e6440
Octal11037713211001010176144100
Binary10010001111111110110101001000010000010111111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ff5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,255,90); }

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

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

 a { background-color: rgb(72,255,90); }

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

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

 span { border-color: rgb(72,255,90); }

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