Shades of Sulu #BFF67B
Tints of Sulu #BFF67B
RGB
CMYK
RGB Variations
Color information
#BFF67B (or 0xBFF67B) is known color: Sulu. HEX triplet: BF, F6 and 7B. RGB value is (191,246,123). Sum of RGB (Red+Green+Blue) = 191+246+123=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF67B is #400984. Grayscale: #D7D7D7. Windows color (decimal): -4196741 or 8124095. OLE color: 8124095.
HSL color Cylindrical-coordinate representation of color #BFF67B: hue angle of 86.83º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFF67B is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 123 | - |
| CMYK | 0.22 | 0 | 0.50 | 0.04 |
| HSL | 86.83º | 0.87% | 0.72% | - |
| HSV(B) | 86.83º | 0.5% | 0.96% | - |
| XYZ | 58.02 | 78.42 | 30.82 | - |
| YUV | 215.53 | 75.78 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 123 | 0.22 | 0 | 0.50 | 0.04 | 86.83 | 0.87 | 0.72 |
| Hex | BF | F6 | 7B | 16 | 0 | 32 | 4 | 57 | 57 | 48 |
| Octal | 277 | 366 | 173 | 26 | 0 | 62 | 4 | 127 | 127 | 110 |
| Binary | 10111111 | 11110110 | 1111011 | 10110 | 0 | 110010 | 100 | 1010111 | 1010111 | 1001000 |
Color Harmonies of #BFF67B
Complementary color
Monochromatic Colors of #BFF67B
Black with #BFF67B
Text Example
Text Example
White with #BFF67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF67B; }
p { color: rgb(191,246,123); }
H1.HeaderClassName
{
color: #BFF67B;
}
.AnyTagClassName
{
color: #BFF67B;
}
</style>
background-color css
<style>
a { background-color: #BFF67B; }
a { background-color: rgb(191,246,123); }
div.DivClassName
{
background-color: #BFF67B;
}
.BgClassName
{
background-color: #BFF67B;
}
</style>
border-color css
<style>
span { border-color: #BFF67B; }
span { border-color: rgb(191,246,123); }
td.TdClassName
{
border-color: #BFF67B;
}
.TagClassName
{
border-color: #BFF67B;
}
</style>