#61F701

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

Shades of Bright Green #61F701

Tints of Bright Green #61F701

Color information

#61F701 (or 0x61F701) is unknown color: approx Bright Green. HEX triplet: 61, F7 and 01. RGB value is (97,247,1). Sum of RGB (Red+Green+Blue) = 97+247+1=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 247 (96.88% from 255 or 71.59% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 247 - color contains mainly: green. Hex color #61F701 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F701 is #9E08FE. Grayscale: #AEAEAE. Windows color (decimal): -10356991 or 128865. OLE color: 128865.

HSL color Cylindrical-coordinate representation of color #61F701: hue angle of 96.59º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61F701 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB972471-
CMYK0.6101.000.03
HSL96.59º99.19%48.63%-
HSV(B)96.59º99.6%96.86%-
XYZ38.269.0711.35-
YUV174.1130.3173-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 247 (96.88% from 255) = 71.59%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=28.12%
G=71.59%
B=0.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal9724710.6101.000.0396.5999.1948.63
Hex61F713D0643616331
Octal1413671750144314114361
Binary1100001111101111111101011001001111000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,247,1); }

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

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

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

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

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

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

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