#61f00f

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

Shades of Bright Green #61F00F

Tints of Bright Green #61F00F

Color information

#61F00F (or 0x61F00F) is unknown color: approx Bright Green. HEX triplet: 61, F0 and 0F. RGB value is (97,240,15). Sum of RGB (Red+Green+Blue) = 97+240+15=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #61F00F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F00F is #9E0FF0. Grayscale: #ACACAC. Windows color (decimal): -10358769 or 1044577. OLE color: 1044577.

HSL color Cylindrical-coordinate representation of color #61F00F: hue angle of 98.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61F00F is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB9724015-
CMYK0.6000.940.06
HSL98.13º88.24%50%-
HSV(B)98.13º93.75%94.12%-
XYZ36.1864.911.07-
YUV171.5939.6274.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 240 (94.14% from 255) = 68.18%
BLUE value IS 15 (6.25% from 255) = 4.26%
R=27.56%
G=68.18%
B=4.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal97240150.6000.940.0698.1388.2450
Hex61F0F3C05E6625832
Octal14136017740136614213062
Binary11000011111000011111111000101111011011000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61f00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,240,15); }

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

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

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

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

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

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

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