Shades of Sulu #BFF962
Tints of Sulu #BFF962
RGB
CMYK
RGB Variations
Color information
#BFF962 (or 0xBFF962) is known color: Sulu. HEX triplet: BF, F9 and 62. RGB value is (191,249,98). Sum of RGB (Red+Green+Blue) = 191+249+98=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF962 is #40069D. Grayscale: #D6D6D6. Windows color (decimal): -4195998 or 6486463. OLE color: 6486463.
HSL color Cylindrical-coordinate representation of color #BFF962: hue angle of 83.05º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFF962 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 98 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.02 |
| HSL | 83.05º | 0.93% | 0.68% | - |
| HSV(B) | 83.05º | 0.61% | 0.98% | - |
| XYZ | 57.57 | 79.71 | 23.91 | - |
| YUV | 214.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 98 | 0.23 | 0 | 0.61 | 0.02 | 83.05 | 0.93 | 0.68 |
| Hex | BF | F9 | 62 | 17 | 0 | 3D | 2 | 53 | 5D | 44 |
| Octal | 277 | 371 | 142 | 27 | 0 | 75 | 2 | 123 | 135 | 104 |
| Binary | 10111111 | 11111001 | 1100010 | 10111 | 0 | 111101 | 10 | 1010011 | 1011101 | 1000100 |
Color Harmonies of #BFF962
Complementary color
Monochromatic Colors of #BFF962
Black with #BFF962
Text Example
Text Example
White with #BFF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF962; }
p { color: rgb(191,249,98); }
H1.HeaderClassName
{
color: #BFF962;
}
.AnyTagClassName
{
color: #BFF962;
}
</style>
background-color css
<style>
a { background-color: #BFF962; }
a { background-color: rgb(191,249,98); }
div.DivClassName
{
background-color: #BFF962;
}
.BgClassName
{
background-color: #BFF962;
}
</style>
border-color css
<style>
span { border-color: #BFF962; }
span { border-color: rgb(191,249,98); }
td.TdClassName
{
border-color: #BFF962;
}
.TagClassName
{
border-color: #BFF962;
}
</style>