#61F160

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

Shades of Screamin' Green #61F160

Tints of Screamin' Green #61F160

Color information

#61F160 (or 0x61F160) is unknown color: approx Screamin' Green. HEX triplet: 61, F1 and 60. RGB value is (97,241,96). Sum of RGB (Red+Green+Blue) = 97+241+96=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #61F160 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F160 is #9E0E9F. Grayscale: #B5B5B5. Windows color (decimal): -10358432 or 6353249. OLE color: 6353249.

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

Color convert

RGB9724196-
CMYK0.6000.600.05
HSL119.59º83.82%66.08%-
HSV(B)119.59º60.17%94.51%-
XYZ38.566.321.83-
YUV181.4179.7967.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 241 (94.53% from 255) = 55.53%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=22.35%
G=55.53%
B=22.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal97241960.6000.600.05119.5983.8266.08
Hex61F1603C03C5785442
Octal141361140740745170124102
Binary11000011111000111000001111000111100101111100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61F160; }

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

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

<style>
 a { background-color: #61F160; }

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

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

<style>
 span { border-color: #61F160; }

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

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