Shades of Sulu #BFF265
Tints of Sulu #BFF265
RGB
CMYK
RGB Variations
Color information
#BFF265 (or 0xBFF265) is known color: Sulu. HEX triplet: BF, F2 and 65. RGB value is (191,242,101). Sum of RGB (Red+Green+Blue) = 191+242+101=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF265 is #400D9A. Grayscale: #D3D3D3. Windows color (decimal): -4197787 or 6681279. OLE color: 6681279.
HSL color Cylindrical-coordinate representation of color #BFF265: hue angle of 81.7º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF265 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 101 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.05 |
| HSL | 81.7º | 0.84% | 0.67% | - |
| HSV(B) | 81.7º | 0.58% | 0.95% | - |
| XYZ | 55.59 | 75.52 | 23.96 | - |
| YUV | 210.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 101 | 0.21 | 0 | 0.58 | 0.05 | 81.7 | 0.84 | 0.67 |
| Hex | BF | F2 | 65 | 15 | 0 | 3A | 5 | 52 | 54 | 43 |
| Octal | 277 | 362 | 145 | 25 | 0 | 72 | 5 | 122 | 124 | 103 |
| Binary | 10111111 | 11110010 | 1100101 | 10101 | 0 | 111010 | 101 | 1010010 | 1010100 | 1000011 |
Color Harmonies of #BFF265
Complementary color
Monochromatic Colors of #BFF265
Black with #BFF265
Text Example
Text Example
White with #BFF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF265; }
p { color: rgb(191,242,101); }
H1.HeaderClassName
{
color: #BFF265;
}
.AnyTagClassName
{
color: #BFF265;
}
</style>
background-color css
<style>
a { background-color: #BFF265; }
a { background-color: rgb(191,242,101); }
div.DivClassName
{
background-color: #BFF265;
}
.BgClassName
{
background-color: #BFF265;
}
</style>
border-color css
<style>
span { border-color: #BFF265; }
span { border-color: rgb(191,242,101); }
td.TdClassName
{
border-color: #BFF265;
}
.TagClassName
{
border-color: #BFF265;
}
</style>