Shades of Sulu #BFDA72
Tints of Sulu #BFDA72
RGB
CMYK
RGB Variations
Color information
#BFDA72 (or 0xBFDA72) is known color: Sulu. HEX triplet: BF, DA and 72. RGB value is (191,218,114). Sum of RGB (Red+Green+Blue) = 191+218+114=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA72 is #40258D. Grayscale: #C6C6C6. Windows color (decimal): -4203918 or 7527103. OLE color: 7527103.
HSL color Cylindrical-coordinate representation of color #BFDA72: hue angle of 75.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFDA72 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 114 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.15 |
| HSL | 75.58º | 0.58% | 0.65% | - |
| HSV(B) | 75.58º | 0.48% | 0.85% | - |
| XYZ | 49.59 | 62.43 | 25.36 | - |
| YUV | 198.07 | 80.55 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 114 | 0.12 | 0 | 0.48 | 0.15 | 75.58 | 0.58 | 0.65 |
| Hex | BF | DA | 72 | C | 0 | 30 | F | 4C | 3A | 41 |
| Octal | 277 | 332 | 162 | 14 | 0 | 60 | 17 | 114 | 72 | 101 |
| Binary | 10111111 | 11011010 | 1110010 | 1100 | 0 | 110000 | 1111 | 1001100 | 111010 | 1000001 |
Color Harmonies of #BFDA72
Complementary color
Monochromatic Colors of #BFDA72
Black with #BFDA72
Text Example
Text Example
White with #BFDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA72; }
p { color: rgb(191,218,114); }
H1.HeaderClassName
{
color: #BFDA72;
}
.AnyTagClassName
{
color: #BFDA72;
}
</style>
background-color css
<style>
a { background-color: #BFDA72; }
a { background-color: rgb(191,218,114); }
div.DivClassName
{
background-color: #BFDA72;
}
.BgClassName
{
background-color: #BFDA72;
}
</style>
border-color css
<style>
span { border-color: #BFDA72; }
span { border-color: rgb(191,218,114); }
td.TdClassName
{
border-color: #BFDA72;
}
.TagClassName
{
border-color: #BFDA72;
}
</style>