Shades of Sulu #BFF563
Tints of Sulu #BFF563
RGB
CMYK
RGB Variations
Color information
#BFF563 (or 0xBFF563) is known color: Sulu. HEX triplet: BF, F5 and 63. RGB value is (191,245,99). Sum of RGB (Red+Green+Blue) = 191+245+99=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF563 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF563 is #400A9C. Grayscale: #D4D4D4. Windows color (decimal): -4197021 or 6550975. OLE color: 6550975.
HSL color Cylindrical-coordinate representation of color #BFF563: hue angle of 82.19º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFF563 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 245 | 99 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.04 |
| HSL | 82.19º | 0.88% | 0.67% | - |
| HSV(B) | 82.19º | 0.6% | 0.96% | - |
| XYZ | 56.39 | 77.28 | 23.75 | - |
| YUV | 212.21 | 64.11 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 245 | 99 | 0.22 | 0 | 0.60 | 0.04 | 82.19 | 0.88 | 0.67 |
| Hex | BF | F5 | 63 | 16 | 0 | 3C | 4 | 52 | 58 | 43 |
| Octal | 277 | 365 | 143 | 26 | 0 | 74 | 4 | 122 | 130 | 103 |
| Binary | 10111111 | 11110101 | 1100011 | 10110 | 0 | 111100 | 100 | 1010010 | 1011000 | 1000011 |
Color Harmonies of #BFF563
Complementary color
Monochromatic Colors of #BFF563
Black with #BFF563
Text Example
Text Example
White with #BFF563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF563; }
p { color: rgb(191,245,99); }
H1.HeaderClassName
{
color: #BFF563;
}
.AnyTagClassName
{
color: #BFF563;
}
</style>
background-color css
<style>
a { background-color: #BFF563; }
a { background-color: rgb(191,245,99); }
div.DivClassName
{
background-color: #BFF563;
}
.BgClassName
{
background-color: #BFF563;
}
</style>
border-color css
<style>
span { border-color: #BFF563; }
span { border-color: rgb(191,245,99); }
td.TdClassName
{
border-color: #BFF563;
}
.TagClassName
{
border-color: #BFF563;
}
</style>