Shades of Sulu #BFDA7E
Tints of Sulu #BFDA7E
RGB
CMYK
RGB Variations
Color information
#BFDA7E (or 0xBFDA7E) is known color: Sulu. HEX triplet: BF, DA and 7E. RGB value is (191,218,126). Sum of RGB (Red+Green+Blue) = 191+218+126=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA7E is #402581. Grayscale: #C7C7C7. Windows color (decimal): -4203906 or 8313535. OLE color: 8313535.
HSL color Cylindrical-coordinate representation of color #BFDA7E: hue angle of 77.61º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFDA7E is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 126 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.15 |
| HSL | 77.61º | 0.55% | 0.67% | - |
| HSV(B) | 77.61º | 0.42% | 0.85% | - |
| XYZ | 50.32 | 62.73 | 29.19 | - |
| YUV | 199.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 126 | 0.12 | 0 | 0.42 | 0.15 | 77.61 | 0.55 | 0.67 |
| Hex | BF | DA | 7E | C | 0 | 2A | F | 4E | 37 | 43 |
| Octal | 277 | 332 | 176 | 14 | 0 | 52 | 17 | 116 | 67 | 103 |
| Binary | 10111111 | 11011010 | 1111110 | 1100 | 0 | 101010 | 1111 | 1001110 | 110111 | 1000011 |
Color Harmonies of #BFDA7E
Complementary color
Monochromatic Colors of #BFDA7E
Black with #BFDA7E
Text Example
Text Example
White with #BFDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDA7E; }
p { color: rgb(191,218,126); }
H1.HeaderClassName
{
color: #BFDA7E;
}
.AnyTagClassName
{
color: #BFDA7E;
}
</style>
background-color css
<style>
a { background-color: #BFDA7E; }
a { background-color: rgb(191,218,126); }
div.DivClassName
{
background-color: #BFDA7E;
}
.BgClassName
{
background-color: #BFDA7E;
}
</style>
border-color css
<style>
span { border-color: #BFDA7E; }
span { border-color: rgb(191,218,126); }
td.TdClassName
{
border-color: #BFDA7E;
}
.TagClassName
{
border-color: #BFDA7E;
}
</style>