Shades of Sulu #BFFF61
Tints of Sulu #BFFF61
RGB
CMYK
RGB Variations
Color information
#BFFF61 (or 0xBFFF61) is known color: Sulu. HEX triplet: BF, FF and 61. RGB value is (191,255,97). Sum of RGB (Red+Green+Blue) = 191+255+97=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF61 is #40009E. Grayscale: #DADADA. Windows color (decimal): -4194463 or 6422463. OLE color: 6422463.
HSL color Cylindrical-coordinate representation of color #BFFF61: hue angle of 84.3º 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 #BFFF61 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 97 | - |
| CMYK | 0.25 | 0 | 0.62 | 0 |
| HSL | 84.3º | 1% | 0.69% | - |
| HSV(B) | 84.3º | 0.62% | 1% | - |
| XYZ | 59.4 | 83.46 | 24.29 | - |
| YUV | 217.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 97 | 0.25 | 0 | 0.62 | 0 | 84.3 | 1 | 0.69 |
| Hex | BF | FF | 61 | 19 | 0 | 3E | 0 | 54 | 64 | 45 |
| Octal | 277 | 377 | 141 | 31 | 0 | 76 | 0 | 124 | 144 | 105 |
| Binary | 10111111 | 11111111 | 1100001 | 11001 | 0 | 111110 | 0 | 1010100 | 1100100 | 1000101 |
Color Harmonies of #BFFF61
Complementary color
Monochromatic Colors of #BFFF61
Black with #BFFF61
Text Example
Text Example
White with #BFFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF61; }
p { color: rgb(191,255,97); }
H1.HeaderClassName
{
color: #BFFF61;
}
.AnyTagClassName
{
color: #BFFF61;
}
</style>
background-color css
<style>
a { background-color: #BFFF61; }
a { background-color: rgb(191,255,97); }
div.DivClassName
{
background-color: #BFFF61;
}
.BgClassName
{
background-color: #BFFF61;
}
</style>
border-color css
<style>
span { border-color: #BFFF61; }
span { border-color: rgb(191,255,97); }
td.TdClassName
{
border-color: #BFFF61;
}
.TagClassName
{
border-color: #BFFF61;
}
</style>