Shades of Sulu #BFE96B
Tints of Sulu #BFE96B
RGB
CMYK
RGB Variations
Color information
#BFE96B (or 0xBFE96B) is known color: Sulu. HEX triplet: BF, E9 and 6B. RGB value is (191,233,107). Sum of RGB (Red+Green+Blue) = 191+233+107=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE96B is #401694. Grayscale: #CECECE. Windows color (decimal): -4200085 or 7072191. OLE color: 7072191.
HSL color Cylindrical-coordinate representation of color #BFE96B: hue angle of 80º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFE96B is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 107 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.09 |
| HSL | 80º | 0.74% | 0.67% | - |
| HSV(B) | 80º | 0.54% | 0.91% | - |
| XYZ | 53.28 | 70.42 | 24.69 | - |
| YUV | 206.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 107 | 0.18 | 0 | 0.54 | 0.09 | 80 | 0.74 | 0.67 |
| Hex | BF | E9 | 6B | 12 | 0 | 36 | 9 | 50 | 4A | 43 |
| Octal | 277 | 351 | 153 | 22 | 0 | 66 | 11 | 120 | 112 | 103 |
| Binary | 10111111 | 11101001 | 1101011 | 10010 | 0 | 110110 | 1001 | 1010000 | 1001010 | 1000011 |
Color Harmonies of #BFE96B
Complementary color
Monochromatic Colors of #BFE96B
Black with #BFE96B
Text Example
Text Example
White with #BFE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE96B; }
p { color: rgb(191,233,107); }
H1.HeaderClassName
{
color: #BFE96B;
}
.AnyTagClassName
{
color: #BFE96B;
}
</style>
background-color css
<style>
a { background-color: #BFE96B; }
a { background-color: rgb(191,233,107); }
div.DivClassName
{
background-color: #BFE96B;
}
.BgClassName
{
background-color: #BFE96B;
}
</style>
border-color css
<style>
span { border-color: #BFE96B; }
span { border-color: rgb(191,233,107); }
td.TdClassName
{
border-color: #BFE96B;
}
.TagClassName
{
border-color: #BFE96B;
}
</style>