#71FC1A

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

Shades of Bright Green #71FC1A

Tints of Bright Green #71FC1A

Color information

#71FC1A (or 0x71FC1A) is unknown color: approx Bright Green. HEX triplet: 71, FC and 1A. RGB value is (113,252,26). Sum of RGB (Red+Green+Blue) = 113+252+26=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #71FC1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FC1A is #8E03E5. Grayscale: #B9B9B9. Windows color (decimal): -9307110 or 1768561. OLE color: 1768561.

HSL color Cylindrical-coordinate representation of color #71FC1A: hue angle of 96.9º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71FC1A is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB11325226-
CMYK0.5500.900.01
HSL96.9º97.41%54.51%-
HSV(B)96.9º89.68%98.82%-
XYZ41.8173.2112.9-
YUV184.6838.4576.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 252 (98.83% from 255) = 64.45%
BLUE value IS 26 (10.55% from 255) = 6.65%
R=28.90%
G=64.45%
B=6.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal113252260.5500.900.0196.997.4154.51
Hex71FC1A3705A1616137
Octal16137432670132114114167
Binary1110001111111001101011011101011010111000011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71FC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,252,26); }

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

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

 a { background-color: rgb(113,252,26); }

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

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

 span { border-color: rgb(113,252,26); }

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