Shades of Sulu #BFF768
Tints of Sulu #BFF768
RGB
CMYK
RGB Variations
Color information
#BFF768 (or 0xBFF768) is known color: Sulu. HEX triplet: BF, F7 and 68. RGB value is (191,247,104). Sum of RGB (Red+Green+Blue) = 191+247+104=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF768 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF768 is #400897. Grayscale: #D6D6D6. Windows color (decimal): -4196504 or 6879167. OLE color: 6879167.
HSL color Cylindrical-coordinate representation of color #BFF768: hue angle of 83.5º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF768 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 104 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.03 |
| HSL | 83.5º | 0.9% | 0.69% | - |
| HSV(B) | 83.5º | 0.58% | 0.97% | - |
| XYZ | 57.25 | 78.6 | 25.25 | - |
| YUV | 213.95 | 65.95 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 104 | 0.23 | 0 | 0.58 | 0.03 | 83.5 | 0.9 | 0.69 |
| Hex | BF | F7 | 68 | 17 | 0 | 3A | 3 | 53 | 5A | 45 |
| Octal | 277 | 367 | 150 | 27 | 0 | 72 | 3 | 123 | 132 | 105 |
| Binary | 10111111 | 11110111 | 1101000 | 10111 | 0 | 111010 | 11 | 1010011 | 1011010 | 1000101 |
Color Harmonies of #BFF768
Complementary color
Monochromatic Colors of #BFF768
Black with #BFF768
Text Example
Text Example
White with #BFF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF768; }
p { color: rgb(191,247,104); }
H1.HeaderClassName
{
color: #BFF768;
}
.AnyTagClassName
{
color: #BFF768;
}
</style>
background-color css
<style>
a { background-color: #BFF768; }
a { background-color: rgb(191,247,104); }
div.DivClassName
{
background-color: #BFF768;
}
.BgClassName
{
background-color: #BFF768;
}
</style>
border-color css
<style>
span { border-color: #BFF768; }
span { border-color: rgb(191,247,104); }
td.TdClassName
{
border-color: #BFF768;
}
.TagClassName
{
border-color: #BFF768;
}
</style>