Shades of Sulu #BFF377
Tints of Sulu #BFF377
RGB
CMYK
RGB Variations
Color information
#BFF377 (or 0xBFF377) is known color: Sulu. HEX triplet: BF, F3 and 77. RGB value is (191,243,119). Sum of RGB (Red+Green+Blue) = 191+243+119=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF377 is #400C88. Grayscale: #D5D5D5. Windows color (decimal): -4197513 or 7861183. OLE color: 7861183.
HSL color Cylindrical-coordinate representation of color #BFF377: hue angle of 85.16º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF377 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 119 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 85.16º | 0.84% | 0.71% | - |
| HSV(B) | 85.16º | 0.51% | 0.95% | - |
| XYZ | 56.87 | 76.51 | 29.22 | - |
| YUV | 213.32 | 74.77 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 119 | 0.21 | 0 | 0.51 | 0.05 | 85.16 | 0.84 | 0.71 |
| Hex | BF | F3 | 77 | 15 | 0 | 33 | 5 | 55 | 54 | 47 |
| Octal | 277 | 363 | 167 | 25 | 0 | 63 | 5 | 125 | 124 | 107 |
| Binary | 10111111 | 11110011 | 1110111 | 10101 | 0 | 110011 | 101 | 1010101 | 1010100 | 1000111 |
Color Harmonies of #BFF377
Complementary color
Monochromatic Colors of #BFF377
Black with #BFF377
Text Example
Text Example
White with #BFF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF377; }
p { color: rgb(191,243,119); }
H1.HeaderClassName
{
color: #BFF377;
}
.AnyTagClassName
{
color: #BFF377;
}
</style>
background-color css
<style>
a { background-color: #BFF377; }
a { background-color: rgb(191,243,119); }
div.DivClassName
{
background-color: #BFF377;
}
.BgClassName
{
background-color: #BFF377;
}
</style>
border-color css
<style>
span { border-color: #BFF377; }
span { border-color: rgb(191,243,119); }
td.TdClassName
{
border-color: #BFF377;
}
.TagClassName
{
border-color: #BFF377;
}
</style>