Shades of Sulu #BFF287
Tints of Sulu #BFF287
RGB
CMYK
RGB Variations
Color information
#BFF287 (or 0xBFF287) is known color: Sulu. HEX triplet: BF, F2 and 87. RGB value is (191,242,135). Sum of RGB (Red+Green+Blue) = 191+242+135=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 135 (53.12% from 255 or 23.77% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF287 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF287 is #400D78. Grayscale: #D6D6D6. Windows color (decimal): -4197753 or 8909503. OLE color: 8909503.
HSL color Cylindrical-coordinate representation of color #BFF287: hue angle of 88.6º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFF287 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 135 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.05 |
| HSL | 88.6º | 0.8% | 0.74% | - |
| HSV(B) | 88.6º | 0.44% | 0.95% | - |
| XYZ | 57.61 | 76.33 | 34.62 | - |
| YUV | 214.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 135 | 0.21 | 0 | 0.44 | 0.05 | 88.6 | 0.8 | 0.74 |
| Hex | BF | F2 | 87 | 15 | 0 | 2C | 5 | 59 | 50 | 4A |
| Octal | 277 | 362 | 207 | 25 | 0 | 54 | 5 | 131 | 120 | 112 |
| Binary | 10111111 | 11110010 | 10000111 | 10101 | 0 | 101100 | 101 | 1011001 | 1010000 | 1001010 |
Color Harmonies of #BFF287
Complementary color
Monochromatic Colors of #BFF287
Black with #BFF287
Text Example
Text Example
White with #BFF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF287; }
p { color: rgb(191,242,135); }
H1.HeaderClassName
{
color: #BFF287;
}
.AnyTagClassName
{
color: #BFF287;
}
</style>
background-color css
<style>
a { background-color: #BFF287; }
a { background-color: rgb(191,242,135); }
div.DivClassName
{
background-color: #BFF287;
}
.BgClassName
{
background-color: #BFF287;
}
</style>
border-color css
<style>
span { border-color: #BFF287; }
span { border-color: rgb(191,242,135); }
td.TdClassName
{
border-color: #BFF287;
}
.TagClassName
{
border-color: #BFF287;
}
</style>