#81FB1F

Color #81FB1F Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #81FB1F

Tints of Chartreuse #81FB1F

Color information

#81FB1F (or 0x81FB1F) is unknown color: approx Chartreuse. HEX triplet: 81, FB and 1F. RGB value is (129,251,31). Sum of RGB (Red+Green+Blue) = 129+251+31=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #81FB1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FB1F is #7E04E0. Grayscale: #BEBEBE. Windows color (decimal): -8258785 or 2096001. OLE color: 2096001.

HSL color Cylindrical-coordinate representation of color #81FB1F: hue angle of 93.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81FB1F is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB12925131-
CMYK0.4900.880.02
HSL93.27º96.49%55.29%-
HSV(B)93.27º87.65%98.43%-
XYZ43.873.7613.23-
YUV189.4438.5884.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 251 (98.44% from 255) = 61.07%
BLUE value IS 31 (12.5% from 255) = 7.54%
R=31.39%
G=61.07%
B=7.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129251310.4900.880.0293.2796.4955.29
Hex81FB1F3105825d6037
Octal20137337610130213514067
Binary100000011111101111111110001010110001010111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81FB1F; }

 p { color: rgb(129,251,31); }

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

<style>
 a { background-color: #81FB1F; }

 a { background-color: rgb(129,251,31); }

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

<style>
 span { border-color: #81FB1F; }

 span { border-color: rgb(129,251,31); }

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