Shades of Sulu #BFDD7B
Tints of Sulu #BFDD7B
RGB
CMYK
RGB Variations
Color information
#BFDD7B (or 0xBFDD7B) is known color: Sulu. HEX triplet: BF, DD and 7B. RGB value is (191,221,123). Sum of RGB (Red+Green+Blue) = 191+221+123=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7B is #402284. Grayscale: #C9C9C9. Windows color (decimal): -4203141 or 8117695. OLE color: 8117695.
HSL color Cylindrical-coordinate representation of color #BFDD7B: hue angle of 78.37º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDD7B is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 123 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.13 |
| HSL | 78.37º | 0.59% | 0.67% | - |
| HSV(B) | 78.37º | 0.44% | 0.87% | - |
| XYZ | 50.92 | 64.22 | 28.45 | - |
| YUV | 200.86 | 84.06 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 123 | 0.14 | 0 | 0.44 | 0.13 | 78.37 | 0.59 | 0.67 |
| Hex | BF | DD | 7B | E | 0 | 2C | D | 4E | 3B | 43 |
| Octal | 277 | 335 | 173 | 16 | 0 | 54 | 15 | 116 | 73 | 103 |
| Binary | 10111111 | 11011101 | 1111011 | 1110 | 0 | 101100 | 1101 | 1001110 | 111011 | 1000011 |
Color Harmonies of #BFDD7B
Complementary color
Monochromatic Colors of #BFDD7B
Black with #BFDD7B
Text Example
Text Example
White with #BFDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD7B; }
p { color: rgb(191,221,123); }
H1.HeaderClassName
{
color: #BFDD7B;
}
.AnyTagClassName
{
color: #BFDD7B;
}
</style>
background-color css
<style>
a { background-color: #BFDD7B; }
a { background-color: rgb(191,221,123); }
div.DivClassName
{
background-color: #BFDD7B;
}
.BgClassName
{
background-color: #BFDD7B;
}
</style>
border-color css
<style>
span { border-color: #BFDD7B; }
span { border-color: rgb(191,221,123); }
td.TdClassName
{
border-color: #BFDD7B;
}
.TagClassName
{
border-color: #BFDD7B;
}
</style>