#74F14D

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

Shades of Screamin' Green #74F14D

Tints of Screamin' Green #74F14D

Color information

#74F14D (or 0x74F14D) is unknown color: approx Screamin' Green. HEX triplet: 74, F1 and 4D. RGB value is (116,241,77). Sum of RGB (Red+Green+Blue) = 116+241+77=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #74F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F14D is #8B0EB2. Grayscale: #B9B9B9. Windows color (decimal): -9113267 or 5108084. OLE color: 5108084.

HSL color Cylindrical-coordinate representation of color #74F14D: hue angle of 105.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74F14D is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB11624177-
CMYK0.5200.680.05
HSL105.73º85.42%62.35%-
HSV(B)105.73º68.05%94.51%-
XYZ4067.1617.88-
YUV184.9367.0978.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 241 (94.53% from 255) = 55.53%
BLUE value IS 77 (30.47% from 255) = 17.74%
R=26.73%
G=55.53%
B=17.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116241770.5200.680.05105.7385.4262.35
Hex74F14D3404456a553e
Octal164361115640104515212576
Binary11101001111000110011011101000100010010111010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,241,77); }

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

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

 a { background-color: rgb(116,241,77); }

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

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

 span { border-color: rgb(116,241,77); }

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