Shades of Sulu #BFD678
Tints of Sulu #BFD678
RGB
CMYK
RGB Variations
Color information
#BFD678 (or 0xBFD678) is known color: Sulu. HEX triplet: BF, D6 and 78. RGB value is (191,214,120). Sum of RGB (Red+Green+Blue) = 191+214+120=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD678 is #402987. Grayscale: #C4C4C4. Windows color (decimal): -4204936 or 7919295. OLE color: 7919295.
HSL color Cylindrical-coordinate representation of color #BFD678: hue angle of 74.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD678 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 120 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.16 |
| HSL | 74.68º | 0.53% | 0.65% | - |
| HSV(B) | 74.68º | 0.44% | 0.84% | - |
| XYZ | 48.92 | 60.53 | 26.87 | - |
| YUV | 196.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 120 | 0.11 | 0 | 0.44 | 0.16 | 74.68 | 0.53 | 0.65 |
| Hex | BF | D6 | 78 | B | 0 | 2C | 10 | 4B | 35 | 41 |
| Octal | 277 | 326 | 170 | 13 | 0 | 54 | 20 | 113 | 65 | 101 |
| Binary | 10111111 | 11010110 | 1111000 | 1011 | 0 | 101100 | 10000 | 1001011 | 110101 | 1000001 |
Color Harmonies of #BFD678
Complementary color
Monochromatic Colors of #BFD678
Black with #BFD678
Text Example
Text Example
White with #BFD678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD678; }
p { color: rgb(191,214,120); }
H1.HeaderClassName
{
color: #BFD678;
}
.AnyTagClassName
{
color: #BFD678;
}
</style>
background-color css
<style>
a { background-color: #BFD678; }
a { background-color: rgb(191,214,120); }
div.DivClassName
{
background-color: #BFD678;
}
.BgClassName
{
background-color: #BFD678;
}
</style>
border-color css
<style>
span { border-color: #BFD678; }
span { border-color: rgb(191,214,120); }
td.TdClassName
{
border-color: #BFD678;
}
.TagClassName
{
border-color: #BFD678;
}
</style>