Shades of Sulu #BFF26A
Tints of Sulu #BFF26A
RGB
CMYK
RGB Variations
Color information
#BFF26A (or 0xBFF26A) is known color: Sulu. HEX triplet: BF, F2 and 6A. RGB value is (191,242,106). Sum of RGB (Red+Green+Blue) = 191+242+106=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF26A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF26A is #400D95. Grayscale: #D3D3D3. Windows color (decimal): -4197782 or 7008959. OLE color: 7008959.
HSL color Cylindrical-coordinate representation of color #BFF26A: hue angle of 82.5º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFF26A is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 106 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.5º | 0.84% | 0.68% | - |
| HSV(B) | 82.5º | 0.56% | 0.95% | - |
| XYZ | 55.84 | 75.62 | 25.29 | - |
| YUV | 211.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 106 | 0.21 | 0 | 0.56 | 0.05 | 82.5 | 0.84 | 0.68 |
| Hex | BF | F2 | 6A | 15 | 0 | 38 | 5 | 52 | 54 | 44 |
| Octal | 277 | 362 | 152 | 25 | 0 | 70 | 5 | 122 | 124 | 104 |
| Binary | 10111111 | 11110010 | 1101010 | 10101 | 0 | 111000 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #BFF26A
Complementary color
Monochromatic Colors of #BFF26A
Black with #BFF26A
Text Example
Text Example
White with #BFF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF26A; }
p { color: rgb(191,242,106); }
H1.HeaderClassName
{
color: #BFF26A;
}
.AnyTagClassName
{
color: #BFF26A;
}
</style>
background-color css
<style>
a { background-color: #BFF26A; }
a { background-color: rgb(191,242,106); }
div.DivClassName
{
background-color: #BFF26A;
}
.BgClassName
{
background-color: #BFF26A;
}
</style>
border-color css
<style>
span { border-color: #BFF26A; }
span { border-color: rgb(191,242,106); }
td.TdClassName
{
border-color: #BFF26A;
}
.TagClassName
{
border-color: #BFF26A;
}
</style>