Shades of Sulu #BFDF7D
Tints of Sulu #BFDF7D
RGB
CMYK
RGB Variations
Color information
#BFDF7D (or 0xBFDF7D) is known color: Sulu. HEX triplet: BF, DF and 7D. RGB value is (191,223,125). Sum of RGB (Red+Green+Blue) = 191+223+125=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7D is #402082. Grayscale: #CACACA. Windows color (decimal): -4202627 or 8249279. OLE color: 8249279.
HSL color Cylindrical-coordinate representation of color #BFDF7D: hue angle of 79.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDF7D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 125 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.13 |
| HSL | 79.59º | 0.6% | 0.68% | - |
| HSV(B) | 79.59º | 0.44% | 0.87% | - |
| XYZ | 51.58 | 65.33 | 29.29 | - |
| YUV | 202.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 125 | 0.14 | 0 | 0.44 | 0.13 | 79.59 | 0.6 | 0.68 |
| Hex | BF | DF | 7D | E | 0 | 2C | D | 50 | 3C | 44 |
| Octal | 277 | 337 | 175 | 16 | 0 | 54 | 15 | 120 | 74 | 104 |
| Binary | 10111111 | 11011111 | 1111101 | 1110 | 0 | 101100 | 1101 | 1010000 | 111100 | 1000100 |
Color Harmonies of #BFDF7D
Complementary color
Monochromatic Colors of #BFDF7D
Black with #BFDF7D
Text Example
Text Example
White with #BFDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF7D; }
p { color: rgb(191,223,125); }
H1.HeaderClassName
{
color: #BFDF7D;
}
.AnyTagClassName
{
color: #BFDF7D;
}
</style>
background-color css
<style>
a { background-color: #BFDF7D; }
a { background-color: rgb(191,223,125); }
div.DivClassName
{
background-color: #BFDF7D;
}
.BgClassName
{
background-color: #BFDF7D;
}
</style>
border-color css
<style>
span { border-color: #BFDF7D; }
span { border-color: rgb(191,223,125); }
td.TdClassName
{
border-color: #BFDF7D;
}
.TagClassName
{
border-color: #BFDF7D;
}
</style>