Shades of Sulu #BFF26B
Tints of Sulu #BFF26B
RGB
CMYK
RGB Variations
Color information
#BFF26B (or 0xBFF26B) is known color: Sulu. HEX triplet: BF, F2 and 6B. RGB value is (191,242,107). Sum of RGB (Red+Green+Blue) = 191+242+107=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF26B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF26B is #400D94. Grayscale: #D3D3D3. Windows color (decimal): -4197781 or 7074495. OLE color: 7074495.
HSL color Cylindrical-coordinate representation of color #BFF26B: hue angle of 82.67º 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 #BFF26B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 107 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.05 |
| HSL | 82.67º | 0.84% | 0.68% | - |
| HSV(B) | 82.67º | 0.56% | 0.95% | - |
| XYZ | 55.89 | 75.64 | 25.56 | - |
| YUV | 211.36 | 69.1 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 107 | 0.21 | 0 | 0.56 | 0.05 | 82.67 | 0.84 | 0.68 |
| Hex | BF | F2 | 6B | 15 | 0 | 38 | 5 | 53 | 54 | 44 |
| Octal | 277 | 362 | 153 | 25 | 0 | 70 | 5 | 123 | 124 | 104 |
| Binary | 10111111 | 11110010 | 1101011 | 10101 | 0 | 111000 | 101 | 1010011 | 1010100 | 1000100 |
Color Harmonies of #BFF26B
Complementary color
Monochromatic Colors of #BFF26B
Black with #BFF26B
Text Example
Text Example
White with #BFF26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF26B; }
p { color: rgb(191,242,107); }
H1.HeaderClassName
{
color: #BFF26B;
}
.AnyTagClassName
{
color: #BFF26B;
}
</style>
background-color css
<style>
a { background-color: #BFF26B; }
a { background-color: rgb(191,242,107); }
div.DivClassName
{
background-color: #BFF26B;
}
.BgClassName
{
background-color: #BFF26B;
}
</style>
border-color css
<style>
span { border-color: #BFF26B; }
span { border-color: rgb(191,242,107); }
td.TdClassName
{
border-color: #BFF26B;
}
.TagClassName
{
border-color: #BFF26B;
}
</style>