#76F14D

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

Shades of Screamin' Green #76F14D

Tints of Screamin' Green #76F14D

Color information

#76F14D (or 0x76F14D) is unknown color: approx Screamin' Green. HEX triplet: 76, F1 and 4D. RGB value is (118,241,77). Sum of RGB (Red+Green+Blue) = 118+241+77=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #76F14D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76F14D is #890EB2. Grayscale: #BABABA. Windows color (decimal): -8982195 or 5108086. OLE color: 5108086.

HSL color Cylindrical-coordinate representation of color #76F14D: hue angle of 105º 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 #76F14D is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB11824177-
CMYK0.5100.680.05
HSL105º85.42%62.35%-
HSV(B)105º68.05%94.51%-
XYZ40.2767.317.89-
YUV185.5366.7579.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 241 (94.53% from 255) = 55.28%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=27.06%
G=55.28%
B=17.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118241770.5100.680.0510585.4262.35
Hex76F14D33044569553e
Octal166361115630104515112576
Binary11101101111000110011011100110100010010111010011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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