#76F550

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

Shades of Screamin' Green #76F550

Tints of Screamin' Green #76F550

Color information

#76F550 (or 0x76F550) is unknown color: approx Screamin' Green. HEX triplet: 76, F5 and 50. RGB value is (118,245,80). Sum of RGB (Red+Green+Blue) = 118+245+80=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 245 (96.09% from 255 or 55.30% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 245 - color contains mainly: green. Hex color #76F550 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F550 is #890AAF. Grayscale: #BCBCBC. Windows color (decimal): -8981168 or 5305718. OLE color: 5305718.

HSL color Cylindrical-coordinate representation of color #76F550: hue angle of 106.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76F550 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB11824580-
CMYK0.5200.670.04
HSL106.18º89.19%63.73%-
HSV(B)106.18º67.35%96.08%-
XYZ41.5769.7418.86-
YUV188.2266.9277.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 245 (96.09% from 255) = 55.30%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=26.64%
G=55.30%
B=18.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal118245800.5200.670.04106.1889.1963.73
Hex76F5503404346a5940
Octal1663651206401034152131100
Binary111011011110101101000011010001000011100110101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76F550; }

 p { color: rgb(118,245,80); }

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

<style>
 a { background-color: #76F550; }

 a { background-color: rgb(118,245,80); }

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

<style>
 span { border-color: #76F550; }

 span { border-color: rgb(118,245,80); }

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