#74FA71

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

Shades of Screamin' Green #74FA71

Tints of Screamin' Green #74FA71

Color information

#74FA71 (or 0x74FA71) is unknown color: approx Screamin' Green. HEX triplet: 74, FA and 71. RGB value is (116,250,113). Sum of RGB (Red+Green+Blue) = 116+250+113=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA71 is #8B058E. Grayscale: #C2C2C2. Windows color (decimal): -9110927 or 7469684. OLE color: 7469684.

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

Color convert

RGB116250113-
CMYK0.5400.550.02
HSL118.69º93.2%71.18%-
HSV(B)118.69º54.8%98.04%-
XYZ44.3773.2827.43-
YUV194.3282.1172.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 250 (98.05% from 255) = 52.19%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=24.22%
G=52.19%
B=23.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162501130.5400.550.02118.6993.271.18
Hex74FA71360372775d47
Octal164372161660672167135107
Binary1110100111110101110001110110011011110111011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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