Shades of Sulu #BFD67D
Tints of Sulu #BFD67D
RGB
CMYK
RGB Variations
Color information
#BFD67D (or 0xBFD67D) is known color: Sulu. HEX triplet: BF, D6 and 7D. RGB value is (191,214,125). Sum of RGB (Red+Green+Blue) = 191+214+125=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD67D is #402982. Grayscale: #C5C5C5. Windows color (decimal): -4204931 or 8246975. OLE color: 8246975.
HSL color Cylindrical-coordinate representation of color #BFD67D: hue angle of 75.51º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD67D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 125 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.16 |
| HSL | 75.51º | 0.52% | 0.66% | - |
| HSV(B) | 75.51º | 0.42% | 0.84% | - |
| XYZ | 49.23 | 60.65 | 28.51 | - |
| YUV | 196.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 125 | 0.11 | 0 | 0.42 | 0.16 | 75.51 | 0.52 | 0.66 |
| Hex | BF | D6 | 7D | B | 0 | 2A | 10 | 4C | 34 | 42 |
| Octal | 277 | 326 | 175 | 13 | 0 | 52 | 20 | 114 | 64 | 102 |
| Binary | 10111111 | 11010110 | 1111101 | 1011 | 0 | 101010 | 10000 | 1001100 | 110100 | 1000010 |
Color Harmonies of #BFD67D
Complementary color
Monochromatic Colors of #BFD67D
Black with #BFD67D
Text Example
Text Example
White with #BFD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD67D; }
p { color: rgb(191,214,125); }
H1.HeaderClassName
{
color: #BFD67D;
}
.AnyTagClassName
{
color: #BFD67D;
}
</style>
background-color css
<style>
a { background-color: #BFD67D; }
a { background-color: rgb(191,214,125); }
div.DivClassName
{
background-color: #BFD67D;
}
.BgClassName
{
background-color: #BFD67D;
}
</style>
border-color css
<style>
span { border-color: #BFD67D; }
span { border-color: rgb(191,214,125); }
td.TdClassName
{
border-color: #BFD67D;
}
.TagClassName
{
border-color: #BFD67D;
}
</style>