#7DF160

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

Shades of Screamin' Green #7DF160

Tints of Screamin' Green #7DF160

Color information

#7DF160 (or 0x7DF160) is unknown color: approx Screamin' Green. HEX triplet: 7D, F1 and 60. RGB value is (125,241,96). Sum of RGB (Red+Green+Blue) = 125+241+96=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF160 is #820E9F. Grayscale: #BEBEBE. Windows color (decimal): -8523424 or 6353277. OLE color: 6353277.

HSL color Cylindrical-coordinate representation of color #7DF160: hue angle of 108º 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 #7DF160 is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB12524196-
CMYK0.4800.600.05
HSL108º83.82%66.08%-
HSV(B)108º60.17%94.51%-
XYZ42.0268.1222-
YUV189.7975.0781.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 241 (94.53% from 255) = 52.16%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=27.06%
G=52.16%
B=20.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125241960.4800.600.0510883.8266.08
Hex7DF1603003C56c5442
Octal175361140600745154124102
Binary11111011111000111000001100000111100101110110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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