Shades of Sulu #BFF080
Tints of Sulu #BFF080
RGB
CMYK
RGB Variations
Color information
#BFF080 (or 0xBFF080) is known color: Sulu. HEX triplet: BF, F0 and 80. RGB value is (191,240,128). Sum of RGB (Red+Green+Blue) = 191+240+128=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF080 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF080 is #400F7F. Grayscale: #D4D4D4. Windows color (decimal): -4198272 or 8450239. OLE color: 8450239.
HSL color Cylindrical-coordinate representation of color #BFF080: hue angle of 86.25º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFF080 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 128 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.06 |
| HSL | 86.25º | 0.79% | 0.72% | - |
| HSV(B) | 86.25º | 0.47% | 0.94% | - |
| XYZ | 56.54 | 74.96 | 31.91 | - |
| YUV | 212.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 128 | 0.20 | 0 | 0.47 | 0.06 | 86.25 | 0.79 | 0.72 |
| Hex | BF | F0 | 80 | 14 | 0 | 2F | 6 | 56 | 4F | 48 |
| Octal | 277 | 360 | 200 | 24 | 0 | 57 | 6 | 126 | 117 | 110 |
| Binary | 10111111 | 11110000 | 10000000 | 10100 | 0 | 101111 | 110 | 1010110 | 1001111 | 1001000 |
Color Harmonies of #BFF080
Complementary color
Monochromatic Colors of #BFF080
Black with #BFF080
Text Example
Text Example
White with #BFF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF080; }
p { color: rgb(191,240,128); }
H1.HeaderClassName
{
color: #BFF080;
}
.AnyTagClassName
{
color: #BFF080;
}
</style>
background-color css
<style>
a { background-color: #BFF080; }
a { background-color: rgb(191,240,128); }
div.DivClassName
{
background-color: #BFF080;
}
.BgClassName
{
background-color: #BFF080;
}
</style>
border-color css
<style>
span { border-color: #BFF080; }
span { border-color: rgb(191,240,128); }
td.TdClassName
{
border-color: #BFF080;
}
.TagClassName
{
border-color: #BFF080;
}
</style>