Shades of Sulu #BFDF72
Tints of Sulu #BFDF72
RGB
CMYK
RGB Variations
Color information
#BFDF72 (or 0xBFDF72) is known color: Sulu. HEX triplet: BF, DF and 72. RGB value is (191,223,114). Sum of RGB (Red+Green+Blue) = 191+223+114=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF72 is #40208D. Grayscale: #C9C9C9. Windows color (decimal): -4202638 or 7528383. OLE color: 7528383.
HSL color Cylindrical-coordinate representation of color #BFDF72: hue angle of 77.61º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFDF72 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 114 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.13 |
| HSL | 77.61º | 0.63% | 0.66% | - |
| HSV(B) | 77.61º | 0.49% | 0.87% | - |
| XYZ | 50.91 | 65.07 | 25.8 | - |
| YUV | 201.01 | 78.9 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 114 | 0.14 | 0 | 0.49 | 0.13 | 77.61 | 0.63 | 0.66 |
| Hex | BF | DF | 72 | E | 0 | 31 | D | 4E | 3F | 42 |
| Octal | 277 | 337 | 162 | 16 | 0 | 61 | 15 | 116 | 77 | 102 |
| Binary | 10111111 | 11011111 | 1110010 | 1110 | 0 | 110001 | 1101 | 1001110 | 111111 | 1000010 |
Color Harmonies of #BFDF72
Complementary color
Monochromatic Colors of #BFDF72
Black with #BFDF72
Text Example
Text Example
White with #BFDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF72; }
p { color: rgb(191,223,114); }
H1.HeaderClassName
{
color: #BFDF72;
}
.AnyTagClassName
{
color: #BFDF72;
}
</style>
background-color css
<style>
a { background-color: #BFDF72; }
a { background-color: rgb(191,223,114); }
div.DivClassName
{
background-color: #BFDF72;
}
.BgClassName
{
background-color: #BFDF72;
}
</style>
border-color css
<style>
span { border-color: #BFDF72; }
span { border-color: rgb(191,223,114); }
td.TdClassName
{
border-color: #BFDF72;
}
.TagClassName
{
border-color: #BFDF72;
}
</style>