#74FD80

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

Shades of Screamin' Green #74FD80

Tints of Screamin' Green #74FD80

Color information

#74FD80 (or 0x74FD80) is unknown color: approx Screamin' Green. HEX triplet: 74, FD and 80. RGB value is (116,253,128). Sum of RGB (Red+Green+Blue) = 116+253+128=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #74FD80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FD80 is #8B027F. Grayscale: #C6C6C6. Windows color (decimal): -9110144 or 8453492. OLE color: 8453492.

HSL color Cylindrical-coordinate representation of color #74FD80: hue angle of 125.26º degrees, saturation: 0.97, 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 #74FD80 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB116253128-
CMYK0.5400.490.01
HSL125.26º97.16%72.35%-
HSV(B)125.26º54.15%99.22%-
XYZ46.2275.5232.56-
YUV197.7988.6169.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.34%
GREEN value IS 253 (99.22% from 255) = 50.91%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=23.34%
G=50.91%
B=25.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162531280.5400.490.01125.2697.1672.35
Hex74FD803603117d6148
Octal164375200660611175141110
Binary1110100111111011000000011011001100011111110111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,253,128); }

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

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

 a { background-color: rgb(116,253,128); }

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

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

 span { border-color: rgb(116,253,128); }

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