Shades of Sulu #BFF66B
Tints of Sulu #BFF66B
RGB
CMYK
RGB Variations
Color information
#BFF66B (or 0xBFF66B) is known color: Sulu. HEX triplet: BF, F6 and 6B. RGB value is (191,246,107). Sum of RGB (Red+Green+Blue) = 191+246+107=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF66B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF66B is #400994. Grayscale: #D6D6D6. Windows color (decimal): -4196757 or 7075519. OLE color: 7075519.
HSL color Cylindrical-coordinate representation of color #BFF66B: hue angle of 83.74º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF66B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 107 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.04 |
| HSL | 83.74º | 0.89% | 0.69% | - |
| HSV(B) | 83.74º | 0.57% | 0.96% | - |
| XYZ | 57.1 | 78.05 | 25.97 | - |
| YUV | 213.71 | 67.78 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 107 | 0.22 | 0 | 0.57 | 0.04 | 83.74 | 0.89 | 0.69 |
| Hex | BF | F6 | 6B | 16 | 0 | 39 | 4 | 54 | 59 | 45 |
| Octal | 277 | 366 | 153 | 26 | 0 | 71 | 4 | 124 | 131 | 105 |
| Binary | 10111111 | 11110110 | 1101011 | 10110 | 0 | 111001 | 100 | 1010100 | 1011001 | 1000101 |
Color Harmonies of #BFF66B
Complementary color
Monochromatic Colors of #BFF66B
Black with #BFF66B
Text Example
Text Example
White with #BFF66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF66B; }
p { color: rgb(191,246,107); }
H1.HeaderClassName
{
color: #BFF66B;
}
.AnyTagClassName
{
color: #BFF66B;
}
</style>
background-color css
<style>
a { background-color: #BFF66B; }
a { background-color: rgb(191,246,107); }
div.DivClassName
{
background-color: #BFF66B;
}
.BgClassName
{
background-color: #BFF66B;
}
</style>
border-color css
<style>
span { border-color: #BFF66B; }
span { border-color: rgb(191,246,107); }
td.TdClassName
{
border-color: #BFF66B;
}
.TagClassName
{
border-color: #BFF66B;
}
</style>