#76F14B

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

Shades of Screamin' Green #76F14B

Tints of Screamin' Green #76F14B

Color information

#76F14B (or 0x76F14B) is unknown color: approx Screamin' Green. HEX triplet: 76, F1 and 4B. RGB value is (118,241,75). Sum of RGB (Red+Green+Blue) = 118+241+75=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #76F14B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F14B is #890EB4. Grayscale: #B9B9B9. Windows color (decimal): -8982197 or 4977014. OLE color: 4977014.

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

Color convert

RGB11824175-
CMYK0.5100.690.05
HSL104.46º85.57%61.96%-
HSV(B)104.46º68.88%94.51%-
XYZ40.267.2717.52-
YUV185.365.7580-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 241 (94.53% from 255) = 55.53%
BLUE value IS 75 (29.69% from 255) = 17.28%
R=27.19%
G=55.53%
B=17.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118241750.5100.690.05104.4685.5761.96
Hex76F14B33045568563e
Octal166361113630105515012676
Binary11101101111000110010111100110100010110111010001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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