Shades of Sulu #BFDF7B
Tints of Sulu #BFDF7B
RGB
CMYK
RGB Variations
Color information
#BFDF7B (or 0xBFDF7B) is known color: Sulu. HEX triplet: BF, DF and 7B. RGB value is (191,223,123). Sum of RGB (Red+Green+Blue) = 191+223+123=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7B is #402084. Grayscale: #CACACA. Windows color (decimal): -4202629 or 8118207. OLE color: 8118207.
HSL color Cylindrical-coordinate representation of color #BFDF7B: hue angle of 79.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDF7B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 123 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 79.2º | 0.61% | 0.68% | - |
| HSV(B) | 79.2º | 0.45% | 0.87% | - |
| XYZ | 51.45 | 65.28 | 28.63 | - |
| YUV | 202.03 | 83.4 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 123 | 0.14 | 0 | 0.45 | 0.13 | 79.2 | 0.61 | 0.68 |
| Hex | BF | DF | 7B | E | 0 | 2D | D | 4F | 3D | 44 |
| Octal | 277 | 337 | 173 | 16 | 0 | 55 | 15 | 117 | 75 | 104 |
| Binary | 10111111 | 11011111 | 1111011 | 1110 | 0 | 101101 | 1101 | 1001111 | 111101 | 1000100 |
Color Harmonies of #BFDF7B
Complementary color
Monochromatic Colors of #BFDF7B
Black with #BFDF7B
Text Example
Text Example
White with #BFDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF7B; }
p { color: rgb(191,223,123); }
H1.HeaderClassName
{
color: #BFDF7B;
}
.AnyTagClassName
{
color: #BFDF7B;
}
</style>
background-color css
<style>
a { background-color: #BFDF7B; }
a { background-color: rgb(191,223,123); }
div.DivClassName
{
background-color: #BFDF7B;
}
.BgClassName
{
background-color: #BFDF7B;
}
</style>
border-color css
<style>
span { border-color: #BFDF7B; }
span { border-color: rgb(191,223,123); }
td.TdClassName
{
border-color: #BFDF7B;
}
.TagClassName
{
border-color: #BFDF7B;
}
</style>