Shades of Sulu #BFFE62
Tints of Sulu #BFFE62
RGB
CMYK
RGB Variations
Color information
#BFFE62 (or 0xBFFE62) is known color: Sulu. HEX triplet: BF, FE and 62. RGB value is (191,254,98). Sum of RGB (Red+Green+Blue) = 191+254+98=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFE62 is #40019D. Grayscale: #D9D9D9. Windows color (decimal): -4194718 or 6487743. OLE color: 6487743.
HSL color Cylindrical-coordinate representation of color #BFFE62: hue angle of 84.23º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFFE62 is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 98 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.00 |
| HSL | 84.23º | 0.99% | 0.69% | - |
| HSV(B) | 84.23º | 0.61% | 1% | - |
| XYZ | 59.13 | 82.84 | 24.43 | - |
| YUV | 217.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 98 | 0.25 | 0 | 0.61 | 0.00 | 84.23 | 0.99 | 0.69 |
| Hex | BF | FE | 62 | 19 | 0 | 3D | 0 | 54 | 63 | 45 |
| Octal | 277 | 376 | 142 | 31 | 0 | 75 | 0 | 124 | 143 | 105 |
| Binary | 10111111 | 11111110 | 1100010 | 11001 | 0 | 111101 | 0 | 1010100 | 1100011 | 1000101 |
Color Harmonies of #BFFE62
Complementary color
Monochromatic Colors of #BFFE62
Black with #BFFE62
Text Example
Text Example
White with #BFFE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE62; }
p { color: rgb(191,254,98); }
H1.HeaderClassName
{
color: #BFFE62;
}
.AnyTagClassName
{
color: #BFFE62;
}
</style>
background-color css
<style>
a { background-color: #BFFE62; }
a { background-color: rgb(191,254,98); }
div.DivClassName
{
background-color: #BFFE62;
}
.BgClassName
{
background-color: #BFFE62;
}
</style>
border-color css
<style>
span { border-color: #BFFE62; }
span { border-color: rgb(191,254,98); }
td.TdClassName
{
border-color: #BFFE62;
}
.TagClassName
{
border-color: #BFFE62;
}
</style>