Shades of Sulu #BFF965
Tints of Sulu #BFF965
RGB
CMYK
RGB Variations
Color information
#BFF965 (or 0xBFF965) is known color: Sulu. HEX triplet: BF, F9 and 65. RGB value is (191,249,101). Sum of RGB (Red+Green+Blue) = 191+249+101=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF965 is #40069A. Grayscale: #D7D7D7. Windows color (decimal): -4195995 or 6683071. OLE color: 6683071.
HSL color Cylindrical-coordinate representation of color #BFF965: hue angle of 83.51º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF965 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 101 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.02 |
| HSL | 83.51º | 0.93% | 0.69% | - |
| HSV(B) | 83.51º | 0.59% | 0.98% | - |
| XYZ | 57.71 | 79.77 | 24.67 | - |
| YUV | 214.79 | 63.78 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 101 | 0.23 | 0 | 0.59 | 0.02 | 83.51 | 0.93 | 0.69 |
| Hex | BF | F9 | 65 | 17 | 0 | 3B | 2 | 54 | 5C | 45 |
| Octal | 277 | 371 | 145 | 27 | 0 | 73 | 2 | 124 | 134 | 105 |
| Binary | 10111111 | 11111001 | 1100101 | 10111 | 0 | 111011 | 10 | 1010100 | 1011100 | 1000101 |
Color Harmonies of #BFF965
Complementary color
Monochromatic Colors of #BFF965
Black with #BFF965
Text Example
Text Example
White with #BFF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF965; }
p { color: rgb(191,249,101); }
H1.HeaderClassName
{
color: #BFF965;
}
.AnyTagClassName
{
color: #BFF965;
}
</style>
background-color css
<style>
a { background-color: #BFF965; }
a { background-color: rgb(191,249,101); }
div.DivClassName
{
background-color: #BFF965;
}
.BgClassName
{
background-color: #BFF965;
}
</style>
border-color css
<style>
span { border-color: #BFF965; }
span { border-color: rgb(191,249,101); }
td.TdClassName
{
border-color: #BFF965;
}
.TagClassName
{
border-color: #BFF965;
}
</style>