Shades of Sulu #BFDE7A
Tints of Sulu #BFDE7A
RGB
CMYK
RGB Variations
Color information
#BFDE7A (or 0xBFDE7A) is known color: Sulu. HEX triplet: BF, DE and 7A. RGB value is (191,222,122). Sum of RGB (Red+Green+Blue) = 191+222+122=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDE7A is #402185. Grayscale: #C9C9C9. Windows color (decimal): -4202886 or 8052415. OLE color: 8052415.
HSL color Cylindrical-coordinate representation of color #BFDE7A: hue angle of 78.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFDE7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 78.6º | 0.6% | 0.67% | - |
| HSV(B) | 78.6º | 0.45% | 0.87% | - |
| XYZ | 51.12 | 64.72 | 28.21 | - |
| YUV | 201.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 122 | 0.14 | 0 | 0.45 | 0.13 | 78.6 | 0.6 | 0.67 |
| Hex | BF | DE | 7A | E | 0 | 2D | D | 4F | 3C | 43 |
| Octal | 277 | 336 | 172 | 16 | 0 | 55 | 15 | 117 | 74 | 103 |
| Binary | 10111111 | 11011110 | 1111010 | 1110 | 0 | 101101 | 1101 | 1001111 | 111100 | 1000011 |
Color Harmonies of #BFDE7A
Complementary color
Monochromatic Colors of #BFDE7A
Black with #BFDE7A
Text Example
Text Example
White with #BFDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDE7A; }
p { color: rgb(191,222,122); }
H1.HeaderClassName
{
color: #BFDE7A;
}
.AnyTagClassName
{
color: #BFDE7A;
}
</style>
background-color css
<style>
a { background-color: #BFDE7A; }
a { background-color: rgb(191,222,122); }
div.DivClassName
{
background-color: #BFDE7A;
}
.BgClassName
{
background-color: #BFDE7A;
}
</style>
border-color css
<style>
span { border-color: #BFDE7A; }
span { border-color: rgb(191,222,122); }
td.TdClassName
{
border-color: #BFDE7A;
}
.TagClassName
{
border-color: #BFDE7A;
}
</style>