Shades of Sulu #BFDF7C
Tints of Sulu #BFDF7C
RGB
CMYK
RGB Variations
Color information
#BFDF7C (or 0xBFDF7C) is known color: Sulu. HEX triplet: BF, DF and 7C. RGB value is (191,223,124). Sum of RGB (Red+Green+Blue) = 191+223+124=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7C is #402083. Grayscale: #CACACA. Windows color (decimal): -4202628 or 8183743. OLE color: 8183743.
HSL color Cylindrical-coordinate representation of color #BFDF7C: hue angle of 79.39º degrees, saturation: 0.61, 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 #BFDF7C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 124 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.13 |
| HSL | 79.39º | 0.61% | 0.68% | - |
| HSV(B) | 79.39º | 0.44% | 0.87% | - |
| XYZ | 51.51 | 65.31 | 28.96 | - |
| YUV | 202.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 124 | 0.14 | 0 | 0.44 | 0.13 | 79.39 | 0.61 | 0.68 |
| Hex | BF | DF | 7C | E | 0 | 2C | D | 4F | 3D | 44 |
| Octal | 277 | 337 | 174 | 16 | 0 | 54 | 15 | 117 | 75 | 104 |
| Binary | 10111111 | 11011111 | 1111100 | 1110 | 0 | 101100 | 1101 | 1001111 | 111101 | 1000100 |
Color Harmonies of #BFDF7C
Complementary color
Monochromatic Colors of #BFDF7C
Black with #BFDF7C
Text Example
Text Example
White with #BFDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF7C; }
p { color: rgb(191,223,124); }
H1.HeaderClassName
{
color: #BFDF7C;
}
.AnyTagClassName
{
color: #BFDF7C;
}
</style>
background-color css
<style>
a { background-color: #BFDF7C; }
a { background-color: rgb(191,223,124); }
div.DivClassName
{
background-color: #BFDF7C;
}
.BgClassName
{
background-color: #BFDF7C;
}
</style>
border-color css
<style>
span { border-color: #BFDF7C; }
span { border-color: rgb(191,223,124); }
td.TdClassName
{
border-color: #BFDF7C;
}
.TagClassName
{
border-color: #BFDF7C;
}
</style>