Shades of Sulu #BFF069
Tints of Sulu #BFF069
RGB
CMYK
RGB Variations
Color information
#BFF069 (or 0xBFF069) is known color: Sulu. HEX triplet: BF, F0 and 69. RGB value is (191,240,105). Sum of RGB (Red+Green+Blue) = 191+240+105=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF069 is #400F96. Grayscale: #D2D2D2. Windows color (decimal): -4198295 or 6942911. OLE color: 6942911.
HSL color Cylindrical-coordinate representation of color #BFF069: hue angle of 81.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF069 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 105 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.06 |
| HSL | 81.78º | 0.82% | 0.68% | - |
| HSV(B) | 81.78º | 0.56% | 0.94% | - |
| XYZ | 55.2 | 74.42 | 24.82 | - |
| YUV | 209.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 105 | 0.20 | 0 | 0.56 | 0.06 | 81.78 | 0.82 | 0.68 |
| Hex | BF | F0 | 69 | 14 | 0 | 38 | 6 | 52 | 52 | 44 |
| Octal | 277 | 360 | 151 | 24 | 0 | 70 | 6 | 122 | 122 | 104 |
| Binary | 10111111 | 11110000 | 1101001 | 10100 | 0 | 111000 | 110 | 1010010 | 1010010 | 1000100 |
Color Harmonies of #BFF069
Complementary color
Monochromatic Colors of #BFF069
Black with #BFF069
Text Example
Text Example
White with #BFF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF069; }
p { color: rgb(191,240,105); }
H1.HeaderClassName
{
color: #BFF069;
}
.AnyTagClassName
{
color: #BFF069;
}
</style>
background-color css
<style>
a { background-color: #BFF069; }
a { background-color: rgb(191,240,105); }
div.DivClassName
{
background-color: #BFF069;
}
.BgClassName
{
background-color: #BFF069;
}
</style>
border-color css
<style>
span { border-color: #BFF069; }
span { border-color: rgb(191,240,105); }
td.TdClassName
{
border-color: #BFF069;
}
.TagClassName
{
border-color: #BFF069;
}
</style>