#75F950

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

Shades of Screamin' Green #75F950

Tints of Screamin' Green #75F950

Color information

#75F950 (or 0x75F950) is unknown color: approx Screamin' Green. HEX triplet: 75, F9 and 50. RGB value is (117,249,80). Sum of RGB (Red+Green+Blue) = 117+249+80=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #75F950 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F950 is #8A06AF. Grayscale: #BEBEBE. Windows color (decimal): -9045680 or 5306741. OLE color: 5306741.

HSL color Cylindrical-coordinate representation of color #75F950: hue angle of 106.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75F950 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB11724980-
CMYK0.5300.680.02
HSL106.86º93.37%64.51%-
HSV(B)106.86º67.87%97.65%-
XYZ42.6672.1119.26-
YUV190.2765.7775.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.23%
GREEN value IS 249 (97.66% from 255) = 55.83%
BLUE value IS 80 (31.64% from 255) = 17.94%
R=26.23%
G=55.83%
B=17.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal117249800.5300.680.02106.8693.3764.51
Hex75F9503504426b5d41
Octal1653711206501042153135101
Binary11101011111100110100001101010100010010110101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75F950; }

 p { color: rgb(117,249,80); }

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

<style>
 a { background-color: #75F950; }

 a { background-color: rgb(117,249,80); }

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

<style>
 span { border-color: #75F950; }

 span { border-color: rgb(117,249,80); }

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