Shades of Sulu #BFF07C
Tints of Sulu #BFF07C
RGB
CMYK
RGB Variations
Color information
#BFF07C (or 0xBFF07C) is known color: Sulu. HEX triplet: BF, F0 and 7C. RGB value is (191,240,124). Sum of RGB (Red+Green+Blue) = 191+240+124=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF07C is #400F83. Grayscale: #D4D4D4. Windows color (decimal): -4198276 or 8188095. OLE color: 8188095.
HSL color Cylindrical-coordinate representation of color #BFF07C: hue angle of 85.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFF07C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 124 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.06 |
| HSL | 85.34º | 0.79% | 0.71% | - |
| HSV(B) | 85.34º | 0.48% | 0.94% | - |
| XYZ | 56.28 | 74.85 | 30.55 | - |
| YUV | 212.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 124 | 0.20 | 0 | 0.48 | 0.06 | 85.34 | 0.79 | 0.71 |
| Hex | BF | F0 | 7C | 14 | 0 | 30 | 6 | 55 | 4F | 47 |
| Octal | 277 | 360 | 174 | 24 | 0 | 60 | 6 | 125 | 117 | 107 |
| Binary | 10111111 | 11110000 | 1111100 | 10100 | 0 | 110000 | 110 | 1010101 | 1001111 | 1000111 |
Color Harmonies of #BFF07C
Complementary color
Monochromatic Colors of #BFF07C
Black with #BFF07C
Text Example
Text Example
White with #BFF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF07C; }
p { color: rgb(191,240,124); }
H1.HeaderClassName
{
color: #BFF07C;
}
.AnyTagClassName
{
color: #BFF07C;
}
</style>
background-color css
<style>
a { background-color: #BFF07C; }
a { background-color: rgb(191,240,124); }
div.DivClassName
{
background-color: #BFF07C;
}
.BgClassName
{
background-color: #BFF07C;
}
</style>
border-color css
<style>
span { border-color: #BFF07C; }
span { border-color: rgb(191,240,124); }
td.TdClassName
{
border-color: #BFF07C;
}
.TagClassName
{
border-color: #BFF07C;
}
</style>