Shades of Sulu #BFDD81
Tints of Sulu #BFDD81
RGB
CMYK
RGB Variations
Color information
#BFDD81 (or 0xBFDD81) is known color: Sulu. HEX triplet: BF, DD and 81. RGB value is (191,221,129). Sum of RGB (Red+Green+Blue) = 191+221+129=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 129 (50.78% from 255 or 23.84% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDD81 is #40227E. Grayscale: #C9C9C9. Windows color (decimal): -4203135 or 8510911. OLE color: 8510911.
HSL color Cylindrical-coordinate representation of color #BFDD81: hue angle of 79.57º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDD81 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 221 | 129 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.13 |
| HSL | 79.57º | 0.58% | 0.69% | - |
| HSV(B) | 79.57º | 0.42% | 0.87% | - |
| XYZ | 51.3 | 64.37 | 30.49 | - |
| YUV | 201.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 129 | 0.14 | 0 | 0.42 | 0.13 | 79.57 | 0.58 | 0.69 |
| Hex | BF | DD | 81 | E | 0 | 2A | D | 50 | 3A | 45 |
| Octal | 277 | 335 | 201 | 16 | 0 | 52 | 15 | 120 | 72 | 105 |
| Binary | 10111111 | 11011101 | 10000001 | 1110 | 0 | 101010 | 1101 | 1010000 | 111010 | 1000101 |
Color Harmonies of #BFDD81
Complementary color
Monochromatic Colors of #BFDD81
Black with #BFDD81
Text Example
Text Example
White with #BFDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDD81; }
p { color: rgb(191,221,129); }
H1.HeaderClassName
{
color: #BFDD81;
}
.AnyTagClassName
{
color: #BFDD81;
}
</style>
background-color css
<style>
a { background-color: #BFDD81; }
a { background-color: rgb(191,221,129); }
div.DivClassName
{
background-color: #BFDD81;
}
.BgClassName
{
background-color: #BFDD81;
}
</style>
border-color css
<style>
span { border-color: #BFDD81; }
span { border-color: rgb(191,221,129); }
td.TdClassName
{
border-color: #BFDD81;
}
.TagClassName
{
border-color: #BFDD81;
}
</style>