Shades of Screamin' Green #81F060
Tints of Screamin' Green #81F060
RGB
CMYK
RGB Variations
Color information
#81F060 (or 0x81F060) is known color: Screamin' Green. HEX triplet: 81, F0 and 60. RGB value is (129,240,96). Sum of RGB (Red+Green+Blue) = 129+240+96=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #81F060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F060 is #7E0F9F. Grayscale: #BEBEBE. Windows color (decimal): -8261536 or 6353025. OLE color: 6353025.
HSL color Cylindrical-coordinate representation of color #81F060: hue angle of 106.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81F060 is Cyan = 0.46, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 96 | - |
| CMYK | 0.46 | 0 | 0.6 | 0.06 |
| HSL | 106.25º | 0.83% | 0.66% | - |
| HSV(B) | 106.25º | 0.6% | 0.94% | - |
| XYZ | 42.32 | 67.83 | 21.93 | - |
| YUV | 190.4 | 74.73 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 96 | 0.46 | 0 | 0.6 | 0.06 | 106.25 | 0.83 | 0.66 |
| Hex | 81 | F0 | 60 | 2E | 0 | 3C | 6 | 6A | 53 | 42 |
| Octal | 201 | 360 | 140 | 56 | 0 | 74 | 6 | 152 | 123 | 102 |
| Binary | 10000001 | 11110000 | 1100000 | 101110 | 0 | 111100 | 110 | 1101010 | 1010011 | 1000010 |
Color Harmonies of #81F060
Complementary color
Monochromatic Colors of #81F060
Black with #81F060
Text Example
Text Example
White with #81F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F060; }
p { color: rgb(129,240,96); }
H1.HeaderClassName
{
color: #81F060;
}
.AnyTagClassName
{
color: #81F060;
}
</style>
background-color css
<style>
a { background-color: #81F060; }
a { background-color: rgb(129,240,96); }
div.DivClassName
{
background-color: #81F060;
}
.BgClassName
{
background-color: #81F060;
}
</style>
border-color css
<style>
span { border-color: #81F060; }
span { border-color: rgb(129,240,96); }
td.TdClassName
{
border-color: #81F060;
}
.TagClassName
{
border-color: #81F060;
}
</style>