Shades of Sulu #BFDE6B
Tints of Sulu #BFDE6B
RGB
CMYK
RGB Variations
Color information
#BFDE6B (or 0xBFDE6B) is known color: Sulu. HEX triplet: BF, DE and 6B. RGB value is (191,222,107). Sum of RGB (Red+Green+Blue) = 191+222+107=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE6B is #402194. Grayscale: #C8C8C8. Windows color (decimal): -4202901 or 7069375. OLE color: 7069375.
HSL color Cylindrical-coordinate representation of color #BFDE6B: hue angle of 76.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFDE6B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 107 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.13 |
| HSL | 76.17º | 0.64% | 0.65% | - |
| HSV(B) | 76.17º | 0.52% | 0.87% | - |
| XYZ | 50.26 | 64.38 | 23.69 | - |
| YUV | 199.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 107 | 0.14 | 0 | 0.52 | 0.13 | 76.17 | 0.64 | 0.65 |
| Hex | BF | DE | 6B | E | 0 | 34 | D | 4C | 40 | 41 |
| Octal | 277 | 336 | 153 | 16 | 0 | 64 | 15 | 114 | 100 | 101 |
| Binary | 10111111 | 11011110 | 1101011 | 1110 | 0 | 110100 | 1101 | 1001100 | 1000000 | 1000001 |
Color Harmonies of #BFDE6B
Complementary color
Monochromatic Colors of #BFDE6B
Black with #BFDE6B
Text Example
Text Example
White with #BFDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE6B; }
p { color: rgb(191,222,107); }
H1.HeaderClassName
{
color: #BFDE6B;
}
.AnyTagClassName
{
color: #BFDE6B;
}
</style>
background-color css
<style>
a { background-color: #BFDE6B; }
a { background-color: rgb(191,222,107); }
div.DivClassName
{
background-color: #BFDE6B;
}
.BgClassName
{
background-color: #BFDE6B;
}
</style>
border-color css
<style>
span { border-color: #BFDE6B; }
span { border-color: rgb(191,222,107); }
td.TdClassName
{
border-color: #BFDE6B;
}
.TagClassName
{
border-color: #BFDE6B;
}
</style>