Shades of Sulu #BFDD7A
Tints of Sulu #BFDD7A
RGB
CMYK
RGB Variations
Color information
#BFDD7A (or 0xBFDD7A) is known color: Sulu. HEX triplet: BF, DD and 7A. RGB value is (191,221,122). Sum of RGB (Red+Green+Blue) = 191+221+122=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD7A is #402285. Grayscale: #C9C9C9. Windows color (decimal): -4203142 or 8052159. OLE color: 8052159.
HSL color Cylindrical-coordinate representation of color #BFDD7A: hue angle of 78.18º degrees, saturation: 0.59, 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 #BFDD7A is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 122 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 78.18º | 0.59% | 0.67% | - |
| HSV(B) | 78.18º | 0.45% | 0.87% | - |
| XYZ | 50.86 | 64.19 | 28.12 | - |
| YUV | 200.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 122 | 0.14 | 0 | 0.45 | 0.13 | 78.18 | 0.59 | 0.67 |
| Hex | BF | DD | 7A | E | 0 | 2D | D | 4E | 3B | 43 |
| Octal | 277 | 335 | 172 | 16 | 0 | 55 | 15 | 116 | 73 | 103 |
| Binary | 10111111 | 11011101 | 1111010 | 1110 | 0 | 101101 | 1101 | 1001110 | 111011 | 1000011 |
Color Harmonies of #BFDD7A
Complementary color
Monochromatic Colors of #BFDD7A
Black with #BFDD7A
Text Example
Text Example
White with #BFDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD7A; }
p { color: rgb(191,221,122); }
H1.HeaderClassName
{
color: #BFDD7A;
}
.AnyTagClassName
{
color: #BFDD7A;
}
</style>
background-color css
<style>
a { background-color: #BFDD7A; }
a { background-color: rgb(191,221,122); }
div.DivClassName
{
background-color: #BFDD7A;
}
.BgClassName
{
background-color: #BFDD7A;
}
</style>
border-color css
<style>
span { border-color: #BFDD7A; }
span { border-color: rgb(191,221,122); }
td.TdClassName
{
border-color: #BFDD7A;
}
.TagClassName
{
border-color: #BFDD7A;
}
</style>