Shades of Sulu #BFF068
Tints of Sulu #BFF068
RGB
CMYK
RGB Variations
Color information
#BFF068 (or 0xBFF068) is known color: Sulu. HEX triplet: BF, F0 and 68. RGB value is (191,240,104). Sum of RGB (Red+Green+Blue) = 191+240+104=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF068 is #400F97. Grayscale: #D2D2D2. Windows color (decimal): -4198296 or 6877375. OLE color: 6877375.
HSL color Cylindrical-coordinate representation of color #BFF068: hue angle of 81.62º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF068 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 104 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.06 |
| HSL | 81.62º | 0.82% | 0.67% | - |
| HSV(B) | 81.62º | 0.57% | 0.94% | - |
| XYZ | 55.14 | 74.4 | 24.55 | - |
| YUV | 209.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 104 | 0.20 | 0 | 0.57 | 0.06 | 81.62 | 0.82 | 0.67 |
| Hex | BF | F0 | 68 | 14 | 0 | 39 | 6 | 52 | 52 | 43 |
| Octal | 277 | 360 | 150 | 24 | 0 | 71 | 6 | 122 | 122 | 103 |
| Binary | 10111111 | 11110000 | 1101000 | 10100 | 0 | 111001 | 110 | 1010010 | 1010010 | 1000011 |
Color Harmonies of #BFF068
Complementary color
Monochromatic Colors of #BFF068
Black with #BFF068
Text Example
Text Example
White with #BFF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF068; }
p { color: rgb(191,240,104); }
H1.HeaderClassName
{
color: #BFF068;
}
.AnyTagClassName
{
color: #BFF068;
}
</style>
background-color css
<style>
a { background-color: #BFF068; }
a { background-color: rgb(191,240,104); }
div.DivClassName
{
background-color: #BFF068;
}
.BgClassName
{
background-color: #BFF068;
}
</style>
border-color css
<style>
span { border-color: #BFF068; }
span { border-color: rgb(191,240,104); }
td.TdClassName
{
border-color: #BFF068;
}
.TagClassName
{
border-color: #BFF068;
}
</style>