Shades of Sulu #BFDD70
Tints of Sulu #BFDD70
RGB
CMYK
RGB Variations
Color information
#BFDD70 (or 0xBFDD70) is known color: Sulu. HEX triplet: BF, DD and 70. RGB value is (191,221,112). Sum of RGB (Red+Green+Blue) = 191+221+112=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD70 is #40228F. Grayscale: #C8C8C8. Windows color (decimal): -4203152 or 7396799. OLE color: 7396799.
HSL color Cylindrical-coordinate representation of color #BFDD70: hue angle of 76.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFDD70 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 112 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.13 |
| HSL | 76.51º | 0.62% | 0.65% | - |
| HSV(B) | 76.51º | 0.49% | 0.87% | - |
| XYZ | 50.27 | 63.96 | 25.03 | - |
| YUV | 199.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 112 | 0.14 | 0 | 0.49 | 0.13 | 76.51 | 0.62 | 0.65 |
| Hex | BF | DD | 70 | E | 0 | 31 | D | 4D | 3E | 41 |
| Octal | 277 | 335 | 160 | 16 | 0 | 61 | 15 | 115 | 76 | 101 |
| Binary | 10111111 | 11011101 | 1110000 | 1110 | 0 | 110001 | 1101 | 1001101 | 111110 | 1000001 |
Color Harmonies of #BFDD70
Complementary color
Monochromatic Colors of #BFDD70
Black with #BFDD70
Text Example
Text Example
White with #BFDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD70; }
p { color: rgb(191,221,112); }
H1.HeaderClassName
{
color: #BFDD70;
}
.AnyTagClassName
{
color: #BFDD70;
}
</style>
background-color css
<style>
a { background-color: #BFDD70; }
a { background-color: rgb(191,221,112); }
div.DivClassName
{
background-color: #BFDD70;
}
.BgClassName
{
background-color: #BFDD70;
}
</style>
border-color css
<style>
span { border-color: #BFDD70; }
span { border-color: rgb(191,221,112); }
td.TdClassName
{
border-color: #BFDD70;
}
.TagClassName
{
border-color: #BFDD70;
}
</style>