Shades of Chartreuse #81FF1F
Tints of Chartreuse #81FF1F
RGB
CMYK
RGB Variations
Color information
#81FF1F (or 0x81FF1F) is known color: Chartreuse. HEX triplet: 81, FF and 1F. RGB value is (129,255,31). Sum of RGB (Red+Green+Blue) = 129+255+31=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81FF1F is #7E00E0. Grayscale: #C0C0C0. Windows color (decimal): -8257761 or 2097025. OLE color: 2097025.
HSL color Cylindrical-coordinate representation of color #81FF1F: hue angle of 93.75º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81FF1F is Cyan = 0.49, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 255 | 31 | - |
| CMYK | 0.49 | 0 | 0.88 | 0 |
| HSL | 93.75º | 1% | 0.56% | - |
| HSV(B) | 93.75º | 0.88% | 1% | - |
| XYZ | 45.06 | 76.29 | 13.65 | - |
| YUV | 191.79 | 37.26 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 255 | 31 | 0.49 | 0 | 0.88 | 0 | 93.75 | 1 | 0.56 |
| Hex | 81 | FF | 1F | 31 | 0 | 58 | 0 | 5E | 64 | 38 |
| Octal | 201 | 377 | 37 | 61 | 0 | 130 | 0 | 136 | 144 | 70 |
| Binary | 10000001 | 11111111 | 11111 | 110001 | 0 | 1011000 | 0 | 1011110 | 1100100 | 111000 |
Color Harmonies of #81FF1F
Complementary color
Monochromatic Colors of #81FF1F
Black with #81FF1F
Text Example
Text Example
White with #81FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FF1F; }
p { color: rgb(129,255,31); }
H1.HeaderClassName
{
color: #81FF1F;
}
.AnyTagClassName
{
color: #81FF1F;
}
</style>
background-color css
<style>
a { background-color: #81FF1F; }
a { background-color: rgb(129,255,31); }
div.DivClassName
{
background-color: #81FF1F;
}
.BgClassName
{
background-color: #81FF1F;
}
</style>
border-color css
<style>
span { border-color: #81FF1F; }
span { border-color: rgb(129,255,31); }
td.TdClassName
{
border-color: #81FF1F;
}
.TagClassName
{
border-color: #81FF1F;
}
</style>