Shades of Sulu #BFF67D
Tints of Sulu #BFF67D
RGB
CMYK
RGB Variations
Color information
#BFF67D (or 0xBFF67D) is known color: Sulu. HEX triplet: BF, F6 and 7D. RGB value is (191,246,125). Sum of RGB (Red+Green+Blue) = 191+246+125=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF67D is #400982. Grayscale: #D8D8D8. Windows color (decimal): -4196739 or 8255167. OLE color: 8255167.
HSL color Cylindrical-coordinate representation of color #BFF67D: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF67D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 125 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.04 |
| HSL | 87.27º | 0.87% | 0.73% | - |
| HSV(B) | 87.27º | 0.49% | 0.96% | - |
| XYZ | 58.14 | 78.47 | 31.48 | - |
| YUV | 215.76 | 76.78 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 125 | 0.22 | 0 | 0.49 | 0.04 | 87.27 | 0.87 | 0.73 |
| Hex | BF | F6 | 7D | 16 | 0 | 31 | 4 | 57 | 57 | 49 |
| Octal | 277 | 366 | 175 | 26 | 0 | 61 | 4 | 127 | 127 | 111 |
| Binary | 10111111 | 11110110 | 1111101 | 10110 | 0 | 110001 | 100 | 1010111 | 1010111 | 1001001 |
Color Harmonies of #BFF67D
Complementary color
Monochromatic Colors of #BFF67D
Black with #BFF67D
Text Example
Text Example
White with #BFF67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF67D; }
p { color: rgb(191,246,125); }
H1.HeaderClassName
{
color: #BFF67D;
}
.AnyTagClassName
{
color: #BFF67D;
}
</style>
background-color css
<style>
a { background-color: #BFF67D; }
a { background-color: rgb(191,246,125); }
div.DivClassName
{
background-color: #BFF67D;
}
.BgClassName
{
background-color: #BFF67D;
}
</style>
border-color css
<style>
span { border-color: #BFF67D; }
span { border-color: rgb(191,246,125); }
td.TdClassName
{
border-color: #BFF67D;
}
.TagClassName
{
border-color: #BFF67D;
}
</style>