Shades of Sulu #BFDD6D
Tints of Sulu #BFDD6D
RGB
CMYK
RGB Variations
Color information
#BFDD6D (or 0xBFDD6D) is known color: Sulu. HEX triplet: BF, DD and 6D. RGB value is (191,221,109). Sum of RGB (Red+Green+Blue) = 191+221+109=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD6D is #402292. Grayscale: #C7C7C7. Windows color (decimal): -4203155 or 7200191. OLE color: 7200191.
HSL color Cylindrical-coordinate representation of color #BFDD6D: hue angle of 76.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFDD6D is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 109 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.13 |
| HSL | 76.07º | 0.62% | 0.65% | - |
| HSV(B) | 76.07º | 0.51% | 0.87% | - |
| XYZ | 50.1 | 63.89 | 24.16 | - |
| YUV | 199.26 | 77.06 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 109 | 0.14 | 0 | 0.51 | 0.13 | 76.07 | 0.62 | 0.65 |
| Hex | BF | DD | 6D | E | 0 | 33 | D | 4C | 3E | 41 |
| Octal | 277 | 335 | 155 | 16 | 0 | 63 | 15 | 114 | 76 | 101 |
| Binary | 10111111 | 11011101 | 1101101 | 1110 | 0 | 110011 | 1101 | 1001100 | 111110 | 1000001 |
Color Harmonies of #BFDD6D
Complementary color
Monochromatic Colors of #BFDD6D
Black with #BFDD6D
Text Example
Text Example
White with #BFDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD6D; }
p { color: rgb(191,221,109); }
H1.HeaderClassName
{
color: #BFDD6D;
}
.AnyTagClassName
{
color: #BFDD6D;
}
</style>
background-color css
<style>
a { background-color: #BFDD6D; }
a { background-color: rgb(191,221,109); }
div.DivClassName
{
background-color: #BFDD6D;
}
.BgClassName
{
background-color: #BFDD6D;
}
</style>
border-color css
<style>
span { border-color: #BFDD6D; }
span { border-color: rgb(191,221,109); }
td.TdClassName
{
border-color: #BFDD6D;
}
.TagClassName
{
border-color: #BFDD6D;
}
</style>