#71F531

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

Shades of Bright Green #71F531

Tints of Bright Green #71F531

Color information

#71F531 (or 0x71F531) is unknown color: approx Bright Green. HEX triplet: 71, F5 and 31. RGB value is (113,245,49). Sum of RGB (Red+Green+Blue) = 113+245+49=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 245 (96.09% from 255 or 60.20% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 245 - color contains mainly: green. Hex color #71F531 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71F531 is #8E0ACE. Grayscale: #B7B7B7. Windows color (decimal): -9308879 or 3274097. OLE color: 3274097.

HSL color Cylindrical-coordinate representation of color #71F531: hue angle of 100.41º 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 #71F531 is Cyan = 0.54, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.04.

Color convert

RGB11324549-
CMYK0.5400.80.04
HSL100.41º90.74%57.65%-
HSV(B)100.41º80%96.08%-
XYZ40.0269.0414.12-
YUV183.1952.2777.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 245 (96.09% from 255) = 60.20%
BLUE value IS 49 (19.53% from 255) = 12.04%
R=27.76%
G=60.20%
B=12.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal113245490.5400.80.04100.4190.7457.65
Hex71F531360504645b3a
Octal16136561660120414413372
Binary1110001111101011100011101100101000010011001001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71F531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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