Shades of Sulu #BFDF70
Tints of Sulu #BFDF70
RGB
CMYK
RGB Variations
Color information
#BFDF70 (or 0xBFDF70) is known color: Sulu. HEX triplet: BF, DF and 70. RGB value is (191,223,112). Sum of RGB (Red+Green+Blue) = 191+223+112=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF70 is #40208F. Grayscale: #C9C9C9. Windows color (decimal): -4202640 or 7397311. OLE color: 7397311.
HSL color Cylindrical-coordinate representation of color #BFDF70: hue angle of 77.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDF70 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 112 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.13 |
| HSL | 77.3º | 0.63% | 0.66% | - |
| HSV(B) | 77.3º | 0.5% | 0.87% | - |
| XYZ | 50.8 | 65.02 | 25.2 | - |
| YUV | 200.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 112 | 0.14 | 0 | 0.50 | 0.13 | 77.3 | 0.63 | 0.66 |
| Hex | BF | DF | 70 | E | 0 | 32 | D | 4D | 3F | 42 |
| Octal | 277 | 337 | 160 | 16 | 0 | 62 | 15 | 115 | 77 | 102 |
| Binary | 10111111 | 11011111 | 1110000 | 1110 | 0 | 110010 | 1101 | 1001101 | 111111 | 1000010 |
Color Harmonies of #BFDF70
Complementary color
Monochromatic Colors of #BFDF70
Black with #BFDF70
Text Example
Text Example
White with #BFDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF70; }
p { color: rgb(191,223,112); }
H1.HeaderClassName
{
color: #BFDF70;
}
.AnyTagClassName
{
color: #BFDF70;
}
</style>
background-color css
<style>
a { background-color: #BFDF70; }
a { background-color: rgb(191,223,112); }
div.DivClassName
{
background-color: #BFDF70;
}
.BgClassName
{
background-color: #BFDF70;
}
</style>
border-color css
<style>
span { border-color: #BFDF70; }
span { border-color: rgb(191,223,112); }
td.TdClassName
{
border-color: #BFDF70;
}
.TagClassName
{
border-color: #BFDF70;
}
</style>