Shades of Sulu #BFEB6B
Tints of Sulu #BFEB6B
RGB
CMYK
RGB Variations
Color information
#BFEB6B (or 0xBFEB6B) is known color: Sulu. HEX triplet: BF, EB and 6B. RGB value is (191,235,107). Sum of RGB (Red+Green+Blue) = 191+235+107=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB6B is #401494. Grayscale: #CFCFCF. Windows color (decimal): -4199573 or 7072703. OLE color: 7072703.
HSL color Cylindrical-coordinate representation of color #BFEB6B: hue angle of 80.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFEB6B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 107 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.08 |
| HSL | 80.63º | 0.76% | 0.67% | - |
| HSV(B) | 80.63º | 0.54% | 0.92% | - |
| XYZ | 53.85 | 71.55 | 24.88 | - |
| YUV | 207.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 107 | 0.19 | 0 | 0.54 | 0.08 | 80.63 | 0.76 | 0.67 |
| Hex | BF | EB | 6B | 13 | 0 | 36 | 8 | 51 | 4C | 43 |
| Octal | 277 | 353 | 153 | 23 | 0 | 66 | 10 | 121 | 114 | 103 |
| Binary | 10111111 | 11101011 | 1101011 | 10011 | 0 | 110110 | 1000 | 1010001 | 1001100 | 1000011 |
Color Harmonies of #BFEB6B
Complementary color
Monochromatic Colors of #BFEB6B
Black with #BFEB6B
Text Example
Text Example
White with #BFEB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB6B; }
p { color: rgb(191,235,107); }
H1.HeaderClassName
{
color: #BFEB6B;
}
.AnyTagClassName
{
color: #BFEB6B;
}
</style>
background-color css
<style>
a { background-color: #BFEB6B; }
a { background-color: rgb(191,235,107); }
div.DivClassName
{
background-color: #BFEB6B;
}
.BgClassName
{
background-color: #BFEB6B;
}
</style>
border-color css
<style>
span { border-color: #BFEB6B; }
span { border-color: rgb(191,235,107); }
td.TdClassName
{
border-color: #BFEB6B;
}
.TagClassName
{
border-color: #BFEB6B;
}
</style>