#7CF160

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

Shades of Screamin' Green #7CF160

Tints of Screamin' Green #7CF160

Color information

#7CF160 (or 0x7CF160) is unknown color: approx Screamin' Green. HEX triplet: 7C, F1 and 60. RGB value is (124,241,96). Sum of RGB (Red+Green+Blue) = 124+241+96=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #7CF160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF160 is #830E9F. Grayscale: #BDBDBD. Windows color (decimal): -8588960 or 6353276. OLE color: 6353276.

HSL color Cylindrical-coordinate representation of color #7CF160: hue angle of 108.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CF160 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB12424196-
CMYK0.4900.600.05
HSL108.41º83.82%66.08%-
HSV(B)108.41º60.17%94.51%-
XYZ41.8868.0421.99-
YUV189.4975.2481.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 241 (94.53% from 255) = 52.28%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=26.90%
G=52.28%
B=20.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal124241960.4900.600.05108.4183.8266.08
Hex7CF1603103C56c5442
Octal174361140610745154124102
Binary11111001111000111000001100010111100101110110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CF160; }

 p { color: rgb(124,241,96); }

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

<style>
 a { background-color: #7CF160; }

 a { background-color: rgb(124,241,96); }

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

<style>
 span { border-color: #7CF160; }

 span { border-color: rgb(124,241,96); }

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