Shades of Sulu #BFF268
Tints of Sulu #BFF268
RGB
CMYK
RGB Variations
Color information
#BFF268 (or 0xBFF268) is known color: Sulu. HEX triplet: BF, F2 and 68. RGB value is (191,242,104). Sum of RGB (Red+Green+Blue) = 191+242+104=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 242 (94.92% from 255 or 45.07% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF268 is #400D97. Grayscale: #D3D3D3. Windows color (decimal): -4197784 or 6877887. OLE color: 6877887.
HSL color Cylindrical-coordinate representation of color #BFF268: hue angle of 82.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF268 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 104 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.05 |
| HSL | 82.17º | 0.84% | 0.68% | - |
| HSV(B) | 82.17º | 0.57% | 0.95% | - |
| XYZ | 55.74 | 75.58 | 24.75 | - |
| YUV | 211.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 104 | 0.21 | 0 | 0.57 | 0.05 | 82.17 | 0.84 | 0.68 |
| Hex | BF | F2 | 68 | 15 | 0 | 39 | 5 | 52 | 54 | 44 |
| Octal | 277 | 362 | 150 | 25 | 0 | 71 | 5 | 122 | 124 | 104 |
| Binary | 10111111 | 11110010 | 1101000 | 10101 | 0 | 111001 | 101 | 1010010 | 1010100 | 1000100 |
Color Harmonies of #BFF268
Complementary color
Monochromatic Colors of #BFF268
Black with #BFF268
Text Example
Text Example
White with #BFF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF268; }
p { color: rgb(191,242,104); }
H1.HeaderClassName
{
color: #BFF268;
}
.AnyTagClassName
{
color: #BFF268;
}
</style>
background-color css
<style>
a { background-color: #BFF268; }
a { background-color: rgb(191,242,104); }
div.DivClassName
{
background-color: #BFF268;
}
.BgClassName
{
background-color: #BFF268;
}
</style>
border-color css
<style>
span { border-color: #BFF268; }
span { border-color: rgb(191,242,104); }
td.TdClassName
{
border-color: #BFF268;
}
.TagClassName
{
border-color: #BFF268;
}
</style>