#74FC65

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

Shades of Screamin' Green #74FC65

Tints of Screamin' Green #74FC65

Color information

#74FC65 (or 0x74FC65) is unknown color: approx Screamin' Green. HEX triplet: 74, FC and 65. RGB value is (116,252,101). Sum of RGB (Red+Green+Blue) = 116+252+101=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FC65 is #8B039A. Grayscale: #C2C2C2. Windows color (decimal): -9110427 or 6683764. OLE color: 6683764.

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

Color convert

RGB116252101-
CMYK0.5400.600.01
HSL114.04º96.18%69.22%-
HSV(B)114.04º59.92%98.82%-
XYZ44.3674.2724.31-
YUV194.1275.4472.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.73%
GREEN value IS 252 (98.83% from 255) = 53.73%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=24.73%
G=53.73%
B=21.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521010.5400.600.01114.0496.1869.22
Hex74FC653603C1726045
Octal164374145660741162140105
Binary111010011111100110010111011001111001111001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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