Shades of Sulu #BFF166
Tints of Sulu #BFF166
RGB
CMYK
RGB Variations
Color information
#BFF166 (or 0xBFF166) is known color: Sulu. HEX triplet: BF, F1 and 66. RGB value is (191,241,102). Sum of RGB (Red+Green+Blue) = 191+241+102=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF166 is #400E99. Grayscale: #D2D2D2. Windows color (decimal): -4198042 or 6746559. OLE color: 6746559.
HSL color Cylindrical-coordinate representation of color #BFF166: hue angle of 81.58º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF166 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 102 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.05 |
| HSL | 81.58º | 0.83% | 0.67% | - |
| HSV(B) | 81.58º | 0.58% | 0.95% | - |
| XYZ | 55.34 | 74.95 | 24.12 | - |
| YUV | 210.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 102 | 0.21 | 0 | 0.58 | 0.05 | 81.58 | 0.83 | 0.67 |
| Hex | BF | F1 | 66 | 15 | 0 | 3A | 5 | 52 | 53 | 43 |
| Octal | 277 | 361 | 146 | 25 | 0 | 72 | 5 | 122 | 123 | 103 |
| Binary | 10111111 | 11110001 | 1100110 | 10101 | 0 | 111010 | 101 | 1010010 | 1010011 | 1000011 |
Color Harmonies of #BFF166
Complementary color
Monochromatic Colors of #BFF166
Black with #BFF166
Text Example
Text Example
White with #BFF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF166; }
p { color: rgb(191,241,102); }
H1.HeaderClassName
{
color: #BFF166;
}
.AnyTagClassName
{
color: #BFF166;
}
</style>
background-color css
<style>
a { background-color: #BFF166; }
a { background-color: rgb(191,241,102); }
div.DivClassName
{
background-color: #BFF166;
}
.BgClassName
{
background-color: #BFF166;
}
</style>
border-color css
<style>
span { border-color: #BFF166; }
span { border-color: rgb(191,241,102); }
td.TdClassName
{
border-color: #BFF166;
}
.TagClassName
{
border-color: #BFF166;
}
</style>