#74FC75

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

Shades of Screamin' Green #74FC75

Tints of Screamin' Green #74FC75

Color information

#74FC75 (or 0x74FC75) is unknown color: approx Screamin' Green. HEX triplet: 74, FC and 75. RGB value is (116,252,117). Sum of RGB (Red+Green+Blue) = 116+252+117=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FC75 is #8B038A. Grayscale: #C4C4C4. Windows color (decimal): -9110411 or 7732340. OLE color: 7732340.

HSL color Cylindrical-coordinate representation of color #74FC75: hue angle of 120.44º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FC75 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB116252117-
CMYK0.5400.540.01
HSL120.44º95.77%72.16%-
HSV(B)120.44º53.97%98.82%-
XYZ45.2274.6228.85-
YUV195.9583.4470.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 252 (98.83% from 255) = 51.96%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=23.92%
G=51.96%
B=24.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521170.5400.540.01120.4495.7772.16
Hex74FC75360361786048
Octal164374165660661170140110
Binary111010011111100111010111011001101101111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,252,117); }

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

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

 a { background-color: rgb(116,252,117); }

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

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

 span { border-color: rgb(116,252,117); }

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