Shades of Sulu #BFF66C
Tints of Sulu #BFF66C
RGB
CMYK
RGB Variations
Color information
#BFF66C (or 0xBFF66C) is known color: Sulu. HEX triplet: BF, F6 and 6C. RGB value is (191,246,108). Sum of RGB (Red+Green+Blue) = 191+246+108=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF66C is #400993. Grayscale: #D6D6D6. Windows color (decimal): -4196756 or 7141055. OLE color: 7141055.
HSL color Cylindrical-coordinate representation of color #BFF66C: hue angle of 83.91º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF66C is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 108 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.04 |
| HSL | 83.91º | 0.88% | 0.69% | - |
| HSV(B) | 83.91º | 0.56% | 0.96% | - |
| XYZ | 57.15 | 78.07 | 26.24 | - |
| YUV | 213.82 | 68.28 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 108 | 0.22 | 0 | 0.56 | 0.04 | 83.91 | 0.88 | 0.69 |
| Hex | BF | F6 | 6C | 16 | 0 | 38 | 4 | 54 | 58 | 45 |
| Octal | 277 | 366 | 154 | 26 | 0 | 70 | 4 | 124 | 130 | 105 |
| Binary | 10111111 | 11110110 | 1101100 | 10110 | 0 | 111000 | 100 | 1010100 | 1011000 | 1000101 |
Color Harmonies of #BFF66C
Complementary color
Monochromatic Colors of #BFF66C
Black with #BFF66C
Text Example
Text Example
White with #BFF66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF66C; }
p { color: rgb(191,246,108); }
H1.HeaderClassName
{
color: #BFF66C;
}
.AnyTagClassName
{
color: #BFF66C;
}
</style>
background-color css
<style>
a { background-color: #BFF66C; }
a { background-color: rgb(191,246,108); }
div.DivClassName
{
background-color: #BFF66C;
}
.BgClassName
{
background-color: #BFF66C;
}
</style>
border-color css
<style>
span { border-color: #BFF66C; }
span { border-color: rgb(191,246,108); }
td.TdClassName
{
border-color: #BFF66C;
}
.TagClassName
{
border-color: #BFF66C;
}
</style>