#48FA45

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

Shades of Screamin' Green #48FA45

Tints of Screamin' Green #48FA45

Color information

#48FA45 (or 0x48FA45) is unknown color: approx Screamin' Green. HEX triplet: 48, FA and 45. RGB value is (72,250,69). Sum of RGB (Red+Green+Blue) = 72+250+69=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 250 (98.05% from 255 or 63.94% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FA45 is #B705BA. Grayscale: #B0B0B0. Windows color (decimal): -11994555 or 4586056. OLE color: 4586056.

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

Color convert

RGB7225069-
CMYK0.7100.720.02
HSL119.01º94.76%62.55%-
HSV(B)119.01º72.4%98.04%-
XYZ37.9370.1817.18-
YUV176.1467.5353.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.41%
GREEN value IS 250 (98.05% from 255) = 63.94%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=18.41%
G=63.94%
B=17.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal72250690.7100.720.02119.0194.7662.55
Hex48FA45470482775f3f
Octal1103721051070110216713777
Binary10010001111101010001011000111010010001011101111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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