#61f161

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

Shades of Screamin' Green #61F161

Tints of Screamin' Green #61F161

Color information

#61F161 (or 0x61F161) is unknown color: approx Screamin' Green. HEX triplet: 61, F1 and 61. RGB value is (97,241,97). Sum of RGB (Red+Green+Blue) = 97+241+97=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #61F161 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F161 is #9E0E9E. Grayscale: #B5B5B5. Windows color (decimal): -10358431 or 6418785. OLE color: 6418785.

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

Color convert

RGB9724197-
CMYK0.6000.600.05
HSL120º83.72%66.27%-
HSV(B)120º59.75%94.51%-
XYZ38.5466.3222.08-
YUV181.5380.2967.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 241 (94.53% from 255) = 55.40%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=22.30%
G=55.40%
B=22.30%

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
Decimal97241970.6000.600.0512083.7266.27
Hex61F1613C03C5785442
Octal141361141740745170124102
Binary11000011111000111000011111000111100101111100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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