Shades of Sulu #BFF28F
Tints of Sulu #BFF28F
RGB
CMYK
RGB Variations
Color information
#BFF28F (or 0xBFF28F) is known color: Sulu. HEX triplet: BF, F2 and 8F. RGB value is (191,242,143). Sum of RGB (Red+Green+Blue) = 191+242+143=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF28F is #400D70. Grayscale: #D7D7D7. Windows color (decimal): -4197745 or 9433791. OLE color: 9433791.
HSL color Cylindrical-coordinate representation of color #BFF28F: hue angle of 90.91º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFF28F is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 143 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.05 |
| HSL | 90.91º | 0.79% | 0.75% | - |
| HSV(B) | 90.91º | 0.41% | 0.95% | - |
| XYZ | 58.2 | 76.56 | 37.7 | - |
| YUV | 215.47 | 87.1 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 143 | 0.21 | 0 | 0.41 | 0.05 | 90.91 | 0.79 | 0.75 |
| Hex | BF | F2 | 8F | 15 | 0 | 29 | 5 | 5B | 4F | 4B |
| Octal | 277 | 362 | 217 | 25 | 0 | 51 | 5 | 133 | 117 | 113 |
| Binary | 10111111 | 11110010 | 10001111 | 10101 | 0 | 101001 | 101 | 1011011 | 1001111 | 1001011 |
Color Harmonies of #BFF28F
Complementary color
Monochromatic Colors of #BFF28F
Black with #BFF28F
Text Example
Text Example
White with #BFF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF28F; }
p { color: rgb(191,242,143); }
H1.HeaderClassName
{
color: #BFF28F;
}
.AnyTagClassName
{
color: #BFF28F;
}
</style>
background-color css
<style>
a { background-color: #BFF28F; }
a { background-color: rgb(191,242,143); }
div.DivClassName
{
background-color: #BFF28F;
}
.BgClassName
{
background-color: #BFF28F;
}
</style>
border-color css
<style>
span { border-color: #BFF28F; }
span { border-color: rgb(191,242,143); }
td.TdClassName
{
border-color: #BFF28F;
}
.TagClassName
{
border-color: #BFF28F;
}
</style>