Shades of Sulu #BFDA7A
Tints of Sulu #BFDA7A
RGB
CMYK
RGB Variations
Color information
#BFDA7A (or 0xBFDA7A) is known color: Sulu. HEX triplet: BF, DA and 7A. RGB value is (191,218,122). Sum of RGB (Red+Green+Blue) = 191+218+122=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA7A is #402585. Grayscale: #C7C7C7. Windows color (decimal): -4203910 or 8051391. OLE color: 8051391.
HSL color Cylindrical-coordinate representation of color #BFDA7A: hue angle of 76.88º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDA7A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 122 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.15 |
| HSL | 76.88º | 0.56% | 0.67% | - |
| HSV(B) | 76.88º | 0.44% | 0.85% | - |
| XYZ | 50.07 | 62.62 | 27.86 | - |
| YUV | 198.98 | 84.55 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 122 | 0.12 | 0 | 0.44 | 0.15 | 76.88 | 0.56 | 0.67 |
| Hex | BF | DA | 7A | C | 0 | 2C | F | 4D | 38 | 43 |
| Octal | 277 | 332 | 172 | 14 | 0 | 54 | 17 | 115 | 70 | 103 |
| Binary | 10111111 | 11011010 | 1111010 | 1100 | 0 | 101100 | 1111 | 1001101 | 111000 | 1000011 |
Color Harmonies of #BFDA7A
Complementary color
Monochromatic Colors of #BFDA7A
Black with #BFDA7A
Text Example
Text Example
White with #BFDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA7A; }
p { color: rgb(191,218,122); }
H1.HeaderClassName
{
color: #BFDA7A;
}
.AnyTagClassName
{
color: #BFDA7A;
}
</style>
background-color css
<style>
a { background-color: #BFDA7A; }
a { background-color: rgb(191,218,122); }
div.DivClassName
{
background-color: #BFDA7A;
}
.BgClassName
{
background-color: #BFDA7A;
}
</style>
border-color css
<style>
span { border-color: #BFDA7A; }
span { border-color: rgb(191,218,122); }
td.TdClassName
{
border-color: #BFDA7A;
}
.TagClassName
{
border-color: #BFDA7A;
}
</style>