Shades of Sulu #BFDC85
Tints of Sulu #BFDC85
RGB
CMYK
RGB Variations
Color information
#BFDC85 (or 0xBFDC85) is known color: Sulu. HEX triplet: BF, DC and 85. RGB value is (191,220,133). Sum of RGB (Red+Green+Blue) = 191+220+133=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC85 is #40237A. Grayscale: #C9C9C9. Windows color (decimal): -4203387 or 8772799. OLE color: 8772799.
HSL color Cylindrical-coordinate representation of color #BFDC85: hue angle of 80º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFDC85 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 220 | 133 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.14 |
| HSL | 80º | 0.55% | 0.69% | - |
| HSV(B) | 80º | 0.4% | 0.86% | - |
| XYZ | 51.31 | 63.96 | 31.83 | - |
| YUV | 201.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 220 | 133 | 0.13 | 0 | 0.40 | 0.14 | 80 | 0.55 | 0.69 |
| Hex | BF | DC | 85 | D | 0 | 28 | E | 50 | 37 | 45 |
| Octal | 277 | 334 | 205 | 15 | 0 | 50 | 16 | 120 | 67 | 105 |
| Binary | 10111111 | 11011100 | 10000101 | 1101 | 0 | 101000 | 1110 | 1010000 | 110111 | 1000101 |
Color Harmonies of #BFDC85
Complementary color
Monochromatic Colors of #BFDC85
Black with #BFDC85
Text Example
Text Example
White with #BFDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDC85; }
p { color: rgb(191,220,133); }
H1.HeaderClassName
{
color: #BFDC85;
}
.AnyTagClassName
{
color: #BFDC85;
}
</style>
background-color css
<style>
a { background-color: #BFDC85; }
a { background-color: rgb(191,220,133); }
div.DivClassName
{
background-color: #BFDC85;
}
.BgClassName
{
background-color: #BFDC85;
}
</style>
border-color css
<style>
span { border-color: #BFDC85; }
span { border-color: rgb(191,220,133); }
td.TdClassName
{
border-color: #BFDC85;
}
.TagClassName
{
border-color: #BFDC85;
}
</style>