Shades of Sulu #BFF169
Tints of Sulu #BFF169
RGB
CMYK
RGB Variations
Color information
#BFF169 (or 0xBFF169) is known color: Sulu. HEX triplet: BF, F1 and 69. RGB value is (191,241,105). Sum of RGB (Red+Green+Blue) = 191+241+105=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF169 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF169 is #400E96. Grayscale: #D3D3D3. Windows color (decimal): -4198039 or 6943167. OLE color: 6943167.
HSL color Cylindrical-coordinate representation of color #BFF169: hue angle of 82.06º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF169 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 105 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.06º | 0.83% | 0.68% | - |
| HSV(B) | 82.06º | 0.56% | 0.95% | - |
| XYZ | 55.49 | 75.01 | 24.92 | - |
| YUV | 210.55 | 68.44 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 105 | 0.21 | 0 | 0.56 | 0.05 | 82.06 | 0.83 | 0.68 |
| Hex | BF | F1 | 69 | 15 | 0 | 38 | 5 | 52 | 53 | 44 |
| Octal | 277 | 361 | 151 | 25 | 0 | 70 | 5 | 122 | 123 | 104 |
| Binary | 10111111 | 11110001 | 1101001 | 10101 | 0 | 111000 | 101 | 1010010 | 1010011 | 1000100 |
Color Harmonies of #BFF169
Complementary color
Monochromatic Colors of #BFF169
Black with #BFF169
Text Example
Text Example
White with #BFF169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF169; }
p { color: rgb(191,241,105); }
H1.HeaderClassName
{
color: #BFF169;
}
.AnyTagClassName
{
color: #BFF169;
}
</style>
background-color css
<style>
a { background-color: #BFF169; }
a { background-color: rgb(191,241,105); }
div.DivClassName
{
background-color: #BFF169;
}
.BgClassName
{
background-color: #BFF169;
}
</style>
border-color css
<style>
span { border-color: #BFF169; }
span { border-color: rgb(191,241,105); }
td.TdClassName
{
border-color: #BFF169;
}
.TagClassName
{
border-color: #BFF169;
}
</style>