Shades of Sulu #BFF168
Tints of Sulu #BFF168
RGB
CMYK
RGB Variations
Color information
#BFF168 (or 0xBFF168) is known color: Sulu. HEX triplet: BF, F1 and 68. RGB value is (191,241,104). Sum of RGB (Red+Green+Blue) = 191+241+104=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF168 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF168 is #400E97. Grayscale: #D2D2D2. Windows color (decimal): -4198040 or 6877631. OLE color: 6877631.
HSL color Cylindrical-coordinate representation of color #BFF168: hue angle of 81.9º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF168 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 104 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 81.9º | 0.83% | 0.68% | - |
| HSV(B) | 81.9º | 0.57% | 0.95% | - |
| XYZ | 55.44 | 74.99 | 24.65 | - |
| YUV | 210.43 | 67.94 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 104 | 0.21 | 0 | 0.57 | 0.05 | 81.9 | 0.83 | 0.68 |
| Hex | BF | F1 | 68 | 15 | 0 | 39 | 5 | 52 | 53 | 44 |
| Octal | 277 | 361 | 150 | 25 | 0 | 71 | 5 | 122 | 123 | 104 |
| Binary | 10111111 | 11110001 | 1101000 | 10101 | 0 | 111001 | 101 | 1010010 | 1010011 | 1000100 |
Color Harmonies of #BFF168
Complementary color
Monochromatic Colors of #BFF168
Black with #BFF168
Text Example
Text Example
White with #BFF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF168; }
p { color: rgb(191,241,104); }
H1.HeaderClassName
{
color: #BFF168;
}
.AnyTagClassName
{
color: #BFF168;
}
</style>
background-color css
<style>
a { background-color: #BFF168; }
a { background-color: rgb(191,241,104); }
div.DivClassName
{
background-color: #BFF168;
}
.BgClassName
{
background-color: #BFF168;
}
</style>
border-color css
<style>
span { border-color: #BFF168; }
span { border-color: rgb(191,241,104); }
td.TdClassName
{
border-color: #BFF168;
}
.TagClassName
{
border-color: #BFF168;
}
</style>