#74F16A

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

Shades of Screamin' Green #74F16A

Tints of Screamin' Green #74F16A

Color information

#74F16A (or 0x74F16A) is unknown color: approx Screamin' Green. HEX triplet: 74, F1 and 6A. RGB value is (116,241,106). Sum of RGB (Red+Green+Blue) = 116+241+106=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #74F16A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F16A is #8B0E95. Grayscale: #BCBCBC. Windows color (decimal): -9113238 or 7008628. OLE color: 7008628.

HSL color Cylindrical-coordinate representation of color #74F16A: hue angle of 115.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74F16A is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB116241106-
CMYK0.5200.560.05
HSL115.56º82.82%68.04%-
HSV(B)115.56º56.02%94.51%-
XYZ41.2667.6624.52-
YUV188.2481.5976.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 241 (94.53% from 255) = 52.05%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=25.05%
G=52.05%
B=22.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162411060.5200.560.05115.5682.8268.04
Hex74F16A340385745344
Octal164361152640705164123104
Binary11101001111000111010101101000111000101111010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,241,106); }

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

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

 a { background-color: rgb(116,241,106); }

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

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

 span { border-color: rgb(116,241,106); }

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