Shades of Sulu #BFDF7A
Tints of Sulu #BFDF7A
RGB
CMYK
RGB Variations
Color information
#BFDF7A (or 0xBFDF7A) is known color: Sulu. HEX triplet: BF, DF and 7A. RGB value is (191,223,122). Sum of RGB (Red+Green+Blue) = 191+223+122=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7A is #402085. Grayscale: #CACACA. Windows color (decimal): -4202630 or 8052671. OLE color: 8052671.
HSL color Cylindrical-coordinate representation of color #BFDF7A: hue angle of 79.01º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDF7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 79.01º | 0.61% | 0.68% | - |
| HSV(B) | 79.01º | 0.45% | 0.87% | - |
| XYZ | 51.39 | 65.26 | 28.3 | - |
| YUV | 201.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 122 | 0.14 | 0 | 0.45 | 0.13 | 79.01 | 0.61 | 0.68 |
| Hex | BF | DF | 7A | E | 0 | 2D | D | 4F | 3D | 44 |
| Octal | 277 | 337 | 172 | 16 | 0 | 55 | 15 | 117 | 75 | 104 |
| Binary | 10111111 | 11011111 | 1111010 | 1110 | 0 | 101101 | 1101 | 1001111 | 111101 | 1000100 |
Color Harmonies of #BFDF7A
Complementary color
Monochromatic Colors of #BFDF7A
Black with #BFDF7A
Text Example
Text Example
White with #BFDF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF7A; }
p { color: rgb(191,223,122); }
H1.HeaderClassName
{
color: #BFDF7A;
}
.AnyTagClassName
{
color: #BFDF7A;
}
</style>
background-color css
<style>
a { background-color: #BFDF7A; }
a { background-color: rgb(191,223,122); }
div.DivClassName
{
background-color: #BFDF7A;
}
.BgClassName
{
background-color: #BFDF7A;
}
</style>
border-color css
<style>
span { border-color: #BFDF7A; }
span { border-color: rgb(191,223,122); }
td.TdClassName
{
border-color: #BFDF7A;
}
.TagClassName
{
border-color: #BFDF7A;
}
</style>