#61F531

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

Shades of Bright Green #61F531

Tints of Bright Green #61F531

Color information

#61F531 (or 0x61F531) is unknown color: approx Bright Green. HEX triplet: 61, F5 and 31. RGB value is (97,245,49). Sum of RGB (Red+Green+Blue) = 97+245+49=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #61F531 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F531 is #9E0ACE. Grayscale: #B3B3B3. Windows color (decimal): -10357455 or 3274081. OLE color: 3274081.

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

Color convert

RGB9724549-
CMYK0.6000.80.04
HSL105.31º90.74%57.65%-
HSV(B)105.31º80%96.08%-
XYZ38.1468.0714.03-
YUV178.454.9769.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 245 (96.09% from 255) = 62.66%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=24.81%
G=62.66%
B=12.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal97245490.6000.80.04105.3190.7457.65
Hex61F5313C0504695b3a
Octal14136561740120415113372
Binary1100001111101011100011111000101000010011010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61F531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,245,49); }

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

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

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

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

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

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

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