Shades of Sulu #BFF28E
Tints of Sulu #BFF28E
RGB
CMYK
RGB Variations
Color information
#BFF28E (or 0xBFF28E) is known color: Sulu. HEX triplet: BF, F2 and 8E. RGB value is (191,242,142). Sum of RGB (Red+Green+Blue) = 191+242+142=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF28E is #400D71. Grayscale: #D7D7D7. Windows color (decimal): -4197746 or 9368255. OLE color: 9368255.
HSL color Cylindrical-coordinate representation of color #BFF28E: hue angle of 90.6º 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 #BFF28E is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 142 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.05 |
| HSL | 90.6º | 0.79% | 0.75% | - |
| HSV(B) | 90.6º | 0.41% | 0.95% | - |
| XYZ | 58.12 | 76.53 | 37.3 | - |
| YUV | 215.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 142 | 0.21 | 0 | 0.41 | 0.05 | 90.6 | 0.79 | 0.75 |
| Hex | BF | F2 | 8E | 15 | 0 | 29 | 5 | 5B | 4F | 4B |
| Octal | 277 | 362 | 216 | 25 | 0 | 51 | 5 | 133 | 117 | 113 |
| Binary | 10111111 | 11110010 | 10001110 | 10101 | 0 | 101001 | 101 | 1011011 | 1001111 | 1001011 |
Color Harmonies of #BFF28E
Complementary color
Monochromatic Colors of #BFF28E
Black with #BFF28E
Text Example
Text Example
White with #BFF28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF28E; }
p { color: rgb(191,242,142); }
H1.HeaderClassName
{
color: #BFF28E;
}
.AnyTagClassName
{
color: #BFF28E;
}
</style>
background-color css
<style>
a { background-color: #BFF28E; }
a { background-color: rgb(191,242,142); }
div.DivClassName
{
background-color: #BFF28E;
}
.BgClassName
{
background-color: #BFF28E;
}
</style>
border-color css
<style>
span { border-color: #BFF28E; }
span { border-color: rgb(191,242,142); }
td.TdClassName
{
border-color: #BFF28E;
}
.TagClassName
{
border-color: #BFF28E;
}
</style>