#61F40F

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

Shades of Bright Green #61F40F

Tints of Bright Green #61F40F

Color information

#61F40F (or 0x61F40F) is unknown color: approx Bright Green. HEX triplet: 61, F4 and 0F. RGB value is (97,244,15). Sum of RGB (Red+Green+Blue) = 97+244+15=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 244 (95.70% from 255 or 68.54% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 244 - color contains mainly: green. Hex color #61F40F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F40F is #9E0BF0. Grayscale: #AEAEAE. Windows color (decimal): -10357745 or 1045601. OLE color: 1045601.

HSL color Cylindrical-coordinate representation of color #61F40F: hue angle of 98.52º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61F40F is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB9724415-
CMYK0.6000.940.04
HSL98.52º91.24%50.78%-
HSV(B)98.52º93.85%95.69%-
XYZ37.3767.2811.47-
YUV173.9438.373.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 244 (95.70% from 255) = 68.54%
BLUE value IS 15 (6.25% from 255) = 4.21%
R=27.25%
G=68.54%
B=4.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97244150.6000.940.0498.5291.2450.78
Hex61F4F3C05E4635b33
Octal14136417740136414313363
Binary11000011111010011111111000101111010011000111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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