Shades of Sulu #BFF468
Tints of Sulu #BFF468
RGB
CMYK
RGB Variations
Color information
#BFF468 (or 0xBFF468) is known color: Sulu. HEX triplet: BF, F4 and 68. RGB value is (191,244,104). Sum of RGB (Red+Green+Blue) = 191+244+104=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF468 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF468 is #400B97. Grayscale: #D4D4D4. Windows color (decimal): -4197272 or 6878399. OLE color: 6878399.
HSL color Cylindrical-coordinate representation of color #BFF468: hue angle of 82.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFF468 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 104 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.04 |
| HSL | 82.71º | 0.86% | 0.68% | - |
| HSV(B) | 82.71º | 0.57% | 0.96% | - |
| XYZ | 56.34 | 76.78 | 24.95 | - |
| YUV | 212.19 | 66.94 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 104 | 0.22 | 0 | 0.57 | 0.04 | 82.71 | 0.86 | 0.68 |
| Hex | BF | F4 | 68 | 16 | 0 | 39 | 4 | 53 | 56 | 44 |
| Octal | 277 | 364 | 150 | 26 | 0 | 71 | 4 | 123 | 126 | 104 |
| Binary | 10111111 | 11110100 | 1101000 | 10110 | 0 | 111001 | 100 | 1010011 | 1010110 | 1000100 |
Color Harmonies of #BFF468
Complementary color
Monochromatic Colors of #BFF468
Black with #BFF468
Text Example
Text Example
White with #BFF468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF468; }
p { color: rgb(191,244,104); }
H1.HeaderClassName
{
color: #BFF468;
}
.AnyTagClassName
{
color: #BFF468;
}
</style>
background-color css
<style>
a { background-color: #BFF468; }
a { background-color: rgb(191,244,104); }
div.DivClassName
{
background-color: #BFF468;
}
.BgClassName
{
background-color: #BFF468;
}
</style>
border-color css
<style>
span { border-color: #BFF468; }
span { border-color: rgb(191,244,104); }
td.TdClassName
{
border-color: #BFF468;
}
.TagClassName
{
border-color: #BFF468;
}
</style>