Shades of Sulu #BFF26F
Tints of Sulu #BFF26F
RGB
CMYK
RGB Variations
Color information
#BFF26F (or 0xBFF26F) is known color: Sulu. HEX triplet: BF, F2 and 6F. RGB value is (191,242,111). Sum of RGB (Red+Green+Blue) = 191+242+111=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF26F is #400D90. Grayscale: #D4D4D4. Windows color (decimal): -4197777 or 7336639. OLE color: 7336639.
HSL color Cylindrical-coordinate representation of color #BFF26F: hue angle of 83.36º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFF26F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 111 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.05 |
| HSL | 83.36º | 0.83% | 0.69% | - |
| HSV(B) | 83.36º | 0.54% | 0.95% | - |
| XYZ | 56.11 | 75.73 | 26.7 | - |
| YUV | 211.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 111 | 0.21 | 0 | 0.54 | 0.05 | 83.36 | 0.83 | 0.69 |
| Hex | BF | F2 | 6F | 15 | 0 | 36 | 5 | 53 | 53 | 45 |
| Octal | 277 | 362 | 157 | 25 | 0 | 66 | 5 | 123 | 123 | 105 |
| Binary | 10111111 | 11110010 | 1101111 | 10101 | 0 | 110110 | 101 | 1010011 | 1010011 | 1000101 |
Color Harmonies of #BFF26F
Complementary color
Monochromatic Colors of #BFF26F
Black with #BFF26F
Text Example
Text Example
White with #BFF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF26F; }
p { color: rgb(191,242,111); }
H1.HeaderClassName
{
color: #BFF26F;
}
.AnyTagClassName
{
color: #BFF26F;
}
</style>
background-color css
<style>
a { background-color: #BFF26F; }
a { background-color: rgb(191,242,111); }
div.DivClassName
{
background-color: #BFF26F;
}
.BgClassName
{
background-color: #BFF26F;
}
</style>
border-color css
<style>
span { border-color: #BFF26F; }
span { border-color: rgb(191,242,111); }
td.TdClassName
{
border-color: #BFF26F;
}
.TagClassName
{
border-color: #BFF26F;
}
</style>