Shades of Sulu #BFE672
Tints of Sulu #BFE672
RGB
CMYK
RGB Variations
Color information
#BFE672 (or 0xBFE672) is known color: Sulu. HEX triplet: BF, E6 and 72. RGB value is (191,230,114). Sum of RGB (Red+Green+Blue) = 191+230+114=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE672 is #40198D. Grayscale: #CDCDCD. Windows color (decimal): -4200846 or 7530175. OLE color: 7530175.
HSL color Cylindrical-coordinate representation of color #BFE672: hue angle of 80.17º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFE672 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 114 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.10 |
| HSL | 80.17º | 0.7% | 0.67% | - |
| HSV(B) | 80.17º | 0.5% | 0.9% | - |
| XYZ | 52.82 | 68.88 | 26.43 | - |
| YUV | 205.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 114 | 0.17 | 0 | 0.50 | 0.10 | 80.17 | 0.7 | 0.67 |
| Hex | BF | E6 | 72 | 11 | 0 | 32 | A | 50 | 46 | 43 |
| Octal | 277 | 346 | 162 | 21 | 0 | 62 | 12 | 120 | 106 | 103 |
| Binary | 10111111 | 11100110 | 1110010 | 10001 | 0 | 110010 | 1010 | 1010000 | 1000110 | 1000011 |
Color Harmonies of #BFE672
Complementary color
Monochromatic Colors of #BFE672
Black with #BFE672
Text Example
Text Example
White with #BFE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE672; }
p { color: rgb(191,230,114); }
H1.HeaderClassName
{
color: #BFE672;
}
.AnyTagClassName
{
color: #BFE672;
}
</style>
background-color css
<style>
a { background-color: #BFE672; }
a { background-color: rgb(191,230,114); }
div.DivClassName
{
background-color: #BFE672;
}
.BgClassName
{
background-color: #BFE672;
}
</style>
border-color css
<style>
span { border-color: #BFE672; }
span { border-color: rgb(191,230,114); }
td.TdClassName
{
border-color: #BFE672;
}
.TagClassName
{
border-color: #BFE672;
}
</style>