Shades of Sulu #BFF667
Tints of Sulu #BFF667
RGB
CMYK
RGB Variations
Color information
#BFF667 (or 0xBFF667) is known color: Sulu. HEX triplet: BF, F6 and 67. RGB value is (191,246,103). Sum of RGB (Red+Green+Blue) = 191+246+103=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 103 (40.62% from 255 or 19.07% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF667 is #400998. Grayscale: #D5D5D5. Windows color (decimal): -4196761 or 6813375. OLE color: 6813375.
HSL color Cylindrical-coordinate representation of color #BFF667: hue angle of 83.08º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF667 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 103 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.04 |
| HSL | 83.08º | 0.89% | 0.68% | - |
| HSV(B) | 83.08º | 0.58% | 0.96% | - |
| XYZ | 56.89 | 77.97 | 24.88 | - |
| YUV | 213.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 103 | 0.22 | 0 | 0.58 | 0.04 | 83.08 | 0.89 | 0.68 |
| Hex | BF | F6 | 67 | 16 | 0 | 3A | 4 | 53 | 59 | 44 |
| Octal | 277 | 366 | 147 | 26 | 0 | 72 | 4 | 123 | 131 | 104 |
| Binary | 10111111 | 11110110 | 1100111 | 10110 | 0 | 111010 | 100 | 1010011 | 1011001 | 1000100 |
Color Harmonies of #BFF667
Complementary color
Monochromatic Colors of #BFF667
Black with #BFF667
Text Example
Text Example
White with #BFF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF667; }
p { color: rgb(191,246,103); }
H1.HeaderClassName
{
color: #BFF667;
}
.AnyTagClassName
{
color: #BFF667;
}
</style>
background-color css
<style>
a { background-color: #BFF667; }
a { background-color: rgb(191,246,103); }
div.DivClassName
{
background-color: #BFF667;
}
.BgClassName
{
background-color: #BFF667;
}
</style>
border-color css
<style>
span { border-color: #BFF667; }
span { border-color: rgb(191,246,103); }
td.TdClassName
{
border-color: #BFF667;
}
.TagClassName
{
border-color: #BFF667;
}
</style>