#74FA7A

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

Shades of Screamin' Green #74FA7A

Tints of Screamin' Green #74FA7A

Color information

#74FA7A (or 0x74FA7A) is unknown color: approx Screamin' Green. HEX triplet: 74, FA and 7A. RGB value is (116,250,122). Sum of RGB (Red+Green+Blue) = 116+250+122=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA7A is #8B0585. Grayscale: #C3C3C3. Windows color (decimal): -9110918 or 8059508. OLE color: 8059508.

HSL color Cylindrical-coordinate representation of color #74FA7A: hue angle of 122.69º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FA7A is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB116250122-
CMYK0.5400.510.02
HSL122.69º93.06%71.76%-
HSV(B)122.69º53.6%98.04%-
XYZ44.973.4930.23-
YUV195.3486.6171.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 250 (98.05% from 255) = 51.23%
BLUE value IS 122 (48.05% from 255) = 25%
R=23.77%
G=51.23%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162501220.5400.510.02122.6993.0671.76
Hex74FA7A3603327b5d48
Octal164372172660632173135110
Binary1110100111110101111010110110011001110111101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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