Shades of Sulu #BFFF62
Tints of Sulu #BFFF62
RGB
CMYK
RGB Variations
Color information
#BFFF62 (or 0xBFFF62) is known color: Sulu. HEX triplet: BF, FF and 62. RGB value is (191,255,98). Sum of RGB (Red+Green+Blue) = 191+255+98=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF62 is #40009D. Grayscale: #DADADA. Windows color (decimal): -4194462 or 6487999. OLE color: 6487999.
HSL color Cylindrical-coordinate representation of color #BFFF62: hue angle of 84.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFFF62 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 98 | - |
| CMYK | 0.25 | 0 | 0.62 | 0 |
| HSL | 84.46º | 1% | 0.69% | - |
| HSV(B) | 84.46º | 0.62% | 1% | - |
| XYZ | 59.45 | 83.48 | 24.53 | - |
| YUV | 217.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 98 | 0.25 | 0 | 0.62 | 0 | 84.46 | 1 | 0.69 |
| Hex | BF | FF | 62 | 19 | 0 | 3E | 0 | 54 | 64 | 45 |
| Octal | 277 | 377 | 142 | 31 | 0 | 76 | 0 | 124 | 144 | 105 |
| Binary | 10111111 | 11111111 | 1100010 | 11001 | 0 | 111110 | 0 | 1010100 | 1100100 | 1000101 |
Color Harmonies of #BFFF62
Complementary color
Monochromatic Colors of #BFFF62
Black with #BFFF62
Text Example
Text Example
White with #BFFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF62; }
p { color: rgb(191,255,98); }
H1.HeaderClassName
{
color: #BFFF62;
}
.AnyTagClassName
{
color: #BFFF62;
}
</style>
background-color css
<style>
a { background-color: #BFFF62; }
a { background-color: rgb(191,255,98); }
div.DivClassName
{
background-color: #BFFF62;
}
.BgClassName
{
background-color: #BFFF62;
}
</style>
border-color css
<style>
span { border-color: #BFFF62; }
span { border-color: rgb(191,255,98); }
td.TdClassName
{
border-color: #BFFF62;
}
.TagClassName
{
border-color: #BFFF62;
}
</style>