Shades of Sulu #BFE06B
Tints of Sulu #BFE06B
RGB
CMYK
RGB Variations
Color information
#BFE06B (or 0xBFE06B) is known color: Sulu. HEX triplet: BF, E0 and 6B. RGB value is (191,224,107). Sum of RGB (Red+Green+Blue) = 191+224+107=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE06B is #401F94. Grayscale: #C9C9C9. Windows color (decimal): -4202389 or 7069887. OLE color: 7069887.
HSL color Cylindrical-coordinate representation of color #BFE06B: hue angle of 76.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE06B is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 107 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.12 |
| HSL | 76.92º | 0.65% | 0.65% | - |
| HSV(B) | 76.92º | 0.52% | 0.88% | - |
| XYZ | 50.8 | 65.45 | 23.87 | - |
| YUV | 200.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 107 | 0.15 | 0 | 0.52 | 0.12 | 76.92 | 0.65 | 0.65 |
| Hex | BF | E0 | 6B | F | 0 | 34 | C | 4D | 41 | 41 |
| Octal | 277 | 340 | 153 | 17 | 0 | 64 | 14 | 115 | 101 | 101 |
| Binary | 10111111 | 11100000 | 1101011 | 1111 | 0 | 110100 | 1100 | 1001101 | 1000001 | 1000001 |
Color Harmonies of #BFE06B
Complementary color
Monochromatic Colors of #BFE06B
Black with #BFE06B
Text Example
Text Example
White with #BFE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE06B; }
p { color: rgb(191,224,107); }
H1.HeaderClassName
{
color: #BFE06B;
}
.AnyTagClassName
{
color: #BFE06B;
}
</style>
background-color css
<style>
a { background-color: #BFE06B; }
a { background-color: rgb(191,224,107); }
div.DivClassName
{
background-color: #BFE06B;
}
.BgClassName
{
background-color: #BFE06B;
}
</style>
border-color css
<style>
span { border-color: #BFE06B; }
span { border-color: rgb(191,224,107); }
td.TdClassName
{
border-color: #BFE06B;
}
.TagClassName
{
border-color: #BFE06B;
}
</style>