Shades of Sulu #BFF081
Tints of Sulu #BFF081
RGB
CMYK
RGB Variations
Color information
#BFF081 (or 0xBFF081) is known color: Sulu. HEX triplet: BF, F0 and 81. RGB value is (191,240,129). Sum of RGB (Red+Green+Blue) = 191+240+129=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 129 (50.78% from 255 or 23.04% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF081 is #400F7E. Grayscale: #D5D5D5. Windows color (decimal): -4198271 or 8515775. OLE color: 8515775.
HSL color Cylindrical-coordinate representation of color #BFF081: hue angle of 86.49º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF081 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 129 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.06 |
| HSL | 86.49º | 0.79% | 0.72% | - |
| HSV(B) | 86.49º | 0.46% | 0.94% | - |
| XYZ | 56.61 | 74.98 | 32.26 | - |
| YUV | 212.7 | 80.77 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 129 | 0.20 | 0 | 0.46 | 0.06 | 86.49 | 0.79 | 0.72 |
| Hex | BF | F0 | 81 | 14 | 0 | 2E | 6 | 56 | 4F | 48 |
| Octal | 277 | 360 | 201 | 24 | 0 | 56 | 6 | 126 | 117 | 110 |
| Binary | 10111111 | 11110000 | 10000001 | 10100 | 0 | 101110 | 110 | 1010110 | 1001111 | 1001000 |
Color Harmonies of #BFF081
Complementary color
Monochromatic Colors of #BFF081
Black with #BFF081
Text Example
Text Example
White with #BFF081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF081; }
p { color: rgb(191,240,129); }
H1.HeaderClassName
{
color: #BFF081;
}
.AnyTagClassName
{
color: #BFF081;
}
</style>
background-color css
<style>
a { background-color: #BFF081; }
a { background-color: rgb(191,240,129); }
div.DivClassName
{
background-color: #BFF081;
}
.BgClassName
{
background-color: #BFF081;
}
</style>
border-color css
<style>
span { border-color: #BFF081; }
span { border-color: rgb(191,240,129); }
td.TdClassName
{
border-color: #BFF081;
}
.TagClassName
{
border-color: #BFF081;
}
</style>