Shades of Sulu #BFFC62
Tints of Sulu #BFFC62
RGB
CMYK
RGB Variations
Color information
#BFFC62 (or 0xBFFC62) is known color: Sulu. HEX triplet: BF, FC and 62. RGB value is (191,252,98). Sum of RGB (Red+Green+Blue) = 191+252+98=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC62 is #40039D. Grayscale: #D8D8D8. Windows color (decimal): -4195230 or 6487231. OLE color: 6487231.
HSL color Cylindrical-coordinate representation of color #BFFC62: hue angle of 83.77º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFFC62 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 98 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.01 |
| HSL | 83.77º | 0.96% | 0.69% | - |
| HSV(B) | 83.77º | 0.61% | 0.99% | - |
| XYZ | 58.5 | 81.58 | 24.22 | - |
| YUV | 216.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 98 | 0.24 | 0 | 0.61 | 0.01 | 83.77 | 0.96 | 0.69 |
| Hex | BF | FC | 62 | 18 | 0 | 3D | 1 | 54 | 60 | 45 |
| Octal | 277 | 374 | 142 | 30 | 0 | 75 | 1 | 124 | 140 | 105 |
| Binary | 10111111 | 11111100 | 1100010 | 11000 | 0 | 111101 | 1 | 1010100 | 1100000 | 1000101 |
Color Harmonies of #BFFC62
Complementary color
Monochromatic Colors of #BFFC62
Black with #BFFC62
Text Example
Text Example
White with #BFFC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC62; }
p { color: rgb(191,252,98); }
H1.HeaderClassName
{
color: #BFFC62;
}
.AnyTagClassName
{
color: #BFFC62;
}
</style>
background-color css
<style>
a { background-color: #BFFC62; }
a { background-color: rgb(191,252,98); }
div.DivClassName
{
background-color: #BFFC62;
}
.BgClassName
{
background-color: #BFFC62;
}
</style>
border-color css
<style>
span { border-color: #BFFC62; }
span { border-color: rgb(191,252,98); }
td.TdClassName
{
border-color: #BFFC62;
}
.TagClassName
{
border-color: #BFFC62;
}
</style>