Shades of Sulu #BFF075
Tints of Sulu #BFF075
RGB
CMYK
RGB Variations
Color information
#BFF075 (or 0xBFF075) is known color: Sulu. HEX triplet: BF, F0 and 75. RGB value is (191,240,117). Sum of RGB (Red+Green+Blue) = 191+240+117=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF075 is #400F8A. Grayscale: #D3D3D3. Windows color (decimal): -4198283 or 7729343. OLE color: 7729343.
HSL color Cylindrical-coordinate representation of color #BFF075: hue angle of 83.9º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF075 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 117 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.06 |
| HSL | 83.9º | 0.8% | 0.7% | - |
| HSV(B) | 83.9º | 0.51% | 0.94% | - |
| XYZ | 55.86 | 74.68 | 28.3 | - |
| YUV | 211.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 117 | 0.20 | 0 | 0.51 | 0.06 | 83.9 | 0.8 | 0.7 |
| Hex | BF | F0 | 75 | 14 | 0 | 33 | 6 | 54 | 50 | 46 |
| Octal | 277 | 360 | 165 | 24 | 0 | 63 | 6 | 124 | 120 | 106 |
| Binary | 10111111 | 11110000 | 1110101 | 10100 | 0 | 110011 | 110 | 1010100 | 1010000 | 1000110 |
Color Harmonies of #BFF075
Complementary color
Monochromatic Colors of #BFF075
Black with #BFF075
Text Example
Text Example
White with #BFF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF075; }
p { color: rgb(191,240,117); }
H1.HeaderClassName
{
color: #BFF075;
}
.AnyTagClassName
{
color: #BFF075;
}
</style>
background-color css
<style>
a { background-color: #BFF075; }
a { background-color: rgb(191,240,117); }
div.DivClassName
{
background-color: #BFF075;
}
.BgClassName
{
background-color: #BFF075;
}
</style>
border-color css
<style>
span { border-color: #BFF075; }
span { border-color: rgb(191,240,117); }
td.TdClassName
{
border-color: #BFF075;
}
.TagClassName
{
border-color: #BFF075;
}
</style>