#74FA6A

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

Shades of Screamin' Green #74FA6A

Tints of Screamin' Green #74FA6A

Color information

#74FA6A (or 0x74FA6A) is unknown color: approx Screamin' Green. HEX triplet: 74, FA and 6A. RGB value is (116,250,106). Sum of RGB (Red+Green+Blue) = 116+250+106=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FA6A is #8B0595. Grayscale: #C1C1C1. Windows color (decimal): -9110934 or 7010932. OLE color: 7010932.

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

Color convert

RGB116250106-
CMYK0.5400.580.02
HSL115.83º93.51%69.8%-
HSV(B)115.83º57.6%98.04%-
XYZ43.9973.1225.43-
YUV193.5278.6172.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 250 (98.05% from 255) = 52.97%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=24.58%
G=52.97%
B=22.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162501060.5400.580.02115.8393.5169.8
Hex74FA6A3603A2745e46
Octal164372152660722164136106
Binary1110100111110101101010110110011101010111010010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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