Shades of Sulu #BFF765
Tints of Sulu #BFF765
RGB
CMYK
RGB Variations
Color information
#BFF765 (or 0xBFF765) is known color: Sulu. HEX triplet: BF, F7 and 65. RGB value is (191,247,101). Sum of RGB (Red+Green+Blue) = 191+247+101=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF765 is #40089A. Grayscale: #D6D6D6. Windows color (decimal): -4196507 or 6682559. OLE color: 6682559.
HSL color Cylindrical-coordinate representation of color #BFF765: hue angle of 83.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFF765 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 101 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.03 |
| HSL | 83.01º | 0.9% | 0.68% | - |
| HSV(B) | 83.01º | 0.59% | 0.97% | - |
| XYZ | 57.1 | 78.54 | 24.46 | - |
| YUV | 213.61 | 64.45 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 101 | 0.23 | 0 | 0.59 | 0.03 | 83.01 | 0.9 | 0.68 |
| Hex | BF | F7 | 65 | 17 | 0 | 3B | 3 | 53 | 5A | 44 |
| Octal | 277 | 367 | 145 | 27 | 0 | 73 | 3 | 123 | 132 | 104 |
| Binary | 10111111 | 11110111 | 1100101 | 10111 | 0 | 111011 | 11 | 1010011 | 1011010 | 1000100 |
Color Harmonies of #BFF765
Complementary color
Monochromatic Colors of #BFF765
Black with #BFF765
Text Example
Text Example
White with #BFF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF765; }
p { color: rgb(191,247,101); }
H1.HeaderClassName
{
color: #BFF765;
}
.AnyTagClassName
{
color: #BFF765;
}
</style>
background-color css
<style>
a { background-color: #BFF765; }
a { background-color: rgb(191,247,101); }
div.DivClassName
{
background-color: #BFF765;
}
.BgClassName
{
background-color: #BFF765;
}
</style>
border-color css
<style>
span { border-color: #BFF765; }
span { border-color: rgb(191,247,101); }
td.TdClassName
{
border-color: #BFF765;
}
.TagClassName
{
border-color: #BFF765;
}
</style>