#76F140

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

Shades of Screamin' Green #76F140

Tints of Screamin' Green #76F140

Color information

#76F140 (or 0x76F140) is unknown color: approx Screamin' Green. HEX triplet: 76, F1 and 40. RGB value is (118,241,64). Sum of RGB (Red+Green+Blue) = 118+241+64=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #76F140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F140 is #890EBF. Grayscale: #B8B8B8. Windows color (decimal): -8982208 or 4256118. OLE color: 4256118.

HSL color Cylindrical-coordinate representation of color #76F140: hue angle of 101.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76F140 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB11824164-
CMYK0.5100.730.05
HSL101.69º86.34%59.8%-
HSV(B)101.69º73.44%94.51%-
XYZ39.8567.1315.71-
YUV184.0460.2580.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 241 (94.53% from 255) = 56.97%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=27.90%
G=56.97%
B=15.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118241640.5100.730.05101.6986.3459.8
Hex76F14033049566563c
Octal166361100630111514612674
Binary11101101111000110000001100110100100110111001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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