Shades of Sulu #BFDD7F
Tints of Sulu #BFDD7F
RGB
CMYK
RGB Variations
Color information
#BFDD7F (or 0xBFDD7F) is known color: Sulu. HEX triplet: BF, DD and 7F. RGB value is (191,221,127). Sum of RGB (Red+Green+Blue) = 191+221+127=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7F is #402280. Grayscale: #C9C9C9. Windows color (decimal): -4203137 or 8379839. OLE color: 8379839.
HSL color Cylindrical-coordinate representation of color #BFDD7F: hue angle of 79.15º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFDD7F is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 127 | - |
| CMYK | 0.14 | 0 | 0.43 | 0.13 |
| HSL | 79.15º | 0.58% | 0.68% | - |
| HSV(B) | 79.15º | 0.43% | 0.87% | - |
| XYZ | 51.17 | 64.32 | 29.8 | - |
| YUV | 201.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 127 | 0.14 | 0 | 0.43 | 0.13 | 79.15 | 0.58 | 0.68 |
| Hex | BF | DD | 7F | E | 0 | 2B | D | 4F | 3A | 44 |
| Octal | 277 | 335 | 177 | 16 | 0 | 53 | 15 | 117 | 72 | 104 |
| Binary | 10111111 | 11011101 | 1111111 | 1110 | 0 | 101011 | 1101 | 1001111 | 111010 | 1000100 |
Color Harmonies of #BFDD7F
Complementary color
Monochromatic Colors of #BFDD7F
Black with #BFDD7F
Text Example
Text Example
White with #BFDD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD7F; }
p { color: rgb(191,221,127); }
H1.HeaderClassName
{
color: #BFDD7F;
}
.AnyTagClassName
{
color: #BFDD7F;
}
</style>
background-color css
<style>
a { background-color: #BFDD7F; }
a { background-color: rgb(191,221,127); }
div.DivClassName
{
background-color: #BFDD7F;
}
.BgClassName
{
background-color: #BFDD7F;
}
</style>
border-color css
<style>
span { border-color: #BFDD7F; }
span { border-color: rgb(191,221,127); }
td.TdClassName
{
border-color: #BFDD7F;
}
.TagClassName
{
border-color: #BFDD7F;
}
</style>