#74FC6B

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

Shades of Screamin' Green #74FC6B

Tints of Screamin' Green #74FC6B

Color information

#74FC6B (or 0x74FC6B) is unknown color: approx Screamin' Green. HEX triplet: 74, FC and 6B. RGB value is (116,252,107). Sum of RGB (Red+Green+Blue) = 116+252+107=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FC6B is #8B0394. Grayscale: #C3C3C3. Windows color (decimal): -9110421 or 7076980. OLE color: 7076980.

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

Color convert

RGB116252107-
CMYK0.5400.580.01
HSL116.28º96.03%70.39%-
HSV(B)116.28º57.54%98.82%-
XYZ44.6774.425.92-
YUV194.8178.4471.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 252 (98.83% from 255) = 53.05%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=24.42%
G=53.05%
B=22.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521070.5400.580.01116.2896.0370.39
Hex74FC6B3603A1746046
Octal164374153660721164140106
Binary111010011111100110101111011001110101111010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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