#48FC74

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

Shades of Screamin' Green #48FC74

Tints of Screamin' Green #48FC74

Color information

#48FC74 (or 0x48FC74) is unknown color: approx Screamin' Green. HEX triplet: 48, FC and 74. RGB value is (72,252,116). Sum of RGB (Red+Green+Blue) = 72+252+116=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #48FC74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FC74 is #B7038B. Grayscale: #B7B7B7. Windows color (decimal): -11993996 or 7666760. OLE color: 7666760.

HSL color Cylindrical-coordinate representation of color #48FC74: hue angle of 134.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FC74 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB72252116-
CMYK0.7100.540.01
HSL134.67º96.77%63.53%-
HSV(B)134.67º71.43%98.82%-
XYZ40.6472.2628.33-
YUV182.6890.3749.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 252 (98.83% from 255) = 57.27%
BLUE value IS 116 (45.70% from 255) = 26.36%
R=16.36%
G=57.27%
B=26.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal722521160.7100.540.01134.6796.7763.53
Hex48FC74470361876140
Octal1103741641070661207141100
Binary10010001111110011101001000111011011011000011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48FC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,252,116); }

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

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

 a { background-color: rgb(72,252,116); }

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

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

 span { border-color: rgb(72,252,116); }

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