Shades of Sulu #BFDD79
Tints of Sulu #BFDD79
RGB
CMYK
RGB Variations
Color information
#BFDD79 (or 0xBFDD79) is known color: Sulu. HEX triplet: BF, DD and 79. RGB value is (191,221,121). Sum of RGB (Red+Green+Blue) = 191+221+121=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD79 is #402286. Grayscale: #C9C9C9. Windows color (decimal): -4203143 or 7986623. OLE color: 7986623.
HSL color Cylindrical-coordinate representation of color #BFDD79: hue angle of 78º 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 #BFDD79 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 121 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.13 |
| HSL | 78º | 0.6% | 0.67% | - |
| HSV(B) | 78º | 0.45% | 0.87% | - |
| XYZ | 50.79 | 64.17 | 27.8 | - |
| YUV | 200.63 | 83.06 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 121 | 0.14 | 0 | 0.45 | 0.13 | 78 | 0.6 | 0.67 |
| Hex | BF | DD | 79 | E | 0 | 2D | D | 4E | 3C | 43 |
| Octal | 277 | 335 | 171 | 16 | 0 | 55 | 15 | 116 | 74 | 103 |
| Binary | 10111111 | 11011101 | 1111001 | 1110 | 0 | 101101 | 1101 | 1001110 | 111100 | 1000011 |
Color Harmonies of #BFDD79
Complementary color
Monochromatic Colors of #BFDD79
Black with #BFDD79
Text Example
Text Example
White with #BFDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD79; }
p { color: rgb(191,221,121); }
H1.HeaderClassName
{
color: #BFDD79;
}
.AnyTagClassName
{
color: #BFDD79;
}
</style>
background-color css
<style>
a { background-color: #BFDD79; }
a { background-color: rgb(191,221,121); }
div.DivClassName
{
background-color: #BFDD79;
}
.BgClassName
{
background-color: #BFDD79;
}
</style>
border-color css
<style>
span { border-color: #BFDD79; }
span { border-color: rgb(191,221,121); }
td.TdClassName
{
border-color: #BFDD79;
}
.TagClassName
{
border-color: #BFDD79;
}
</style>