#75F971

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

Shades of Screamin' Green #75F971

Tints of Screamin' Green #75F971

Color information

#75F971 (or 0x75F971) is unknown color: approx Screamin' Green. HEX triplet: 75, F9 and 71. RGB value is (117,249,113). Sum of RGB (Red+Green+Blue) = 117+249+113=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #75F971 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75F971 is #8A068E. Grayscale: #C2C2C2. Windows color (decimal): -9045647 or 7469429. OLE color: 7469429.

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

Color convert

RGB117249113-
CMYK0.5300.550.02
HSL118.24º91.89%70.98%-
HSV(B)118.24º54.62%97.65%-
XYZ44.1972.7327.33-
YUV194.0382.2773.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=24.43%
G=51.98%
B=23.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1172491130.5300.550.02118.2491.8970.98
Hex75F971350372765c47
Octal165371161650672166134107
Binary1110101111110011110001110101011011110111011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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