#75FA71

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

Shades of Screamin' Green #75FA71

Tints of Screamin' Green #75FA71

Color information

#75FA71 (or 0x75FA71) is unknown color: approx Screamin' Green. HEX triplet: 75, FA and 71. RGB value is (117,250,113). Sum of RGB (Red+Green+Blue) = 117+250+113=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #75FA71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75FA71 is #8A058E. Grayscale: #C3C3C3. Windows color (decimal): -9045391 or 7469685. OLE color: 7469685.

HSL color Cylindrical-coordinate representation of color #75FA71: hue angle of 118.25º degrees, saturation: 0.93, 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 #75FA71 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB117250113-
CMYK0.5300.550.02
HSL118.25º93.2%71.18%-
HSV(B)118.25º54.8%98.04%-
XYZ44.573.3527.43-
YUV194.6281.9472.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 250 (98.05% from 255) = 52.08%
BLUE value IS 113 (44.53% from 255) = 23.54%
R=24.38%
G=52.08%
B=23.54%

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
Decimal1172501130.5300.550.02118.2593.271.18
Hex75FA71350372765d47
Octal165372161650672166135107
Binary1110101111110101110001110101011011110111011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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