Shades of Sulu #BFF07B
Tints of Sulu #BFF07B
RGB
CMYK
RGB Variations
Color information
#BFF07B (or 0xBFF07B) is known color: Sulu. HEX triplet: BF, F0 and 7B. RGB value is (191,240,123). Sum of RGB (Red+Green+Blue) = 191+240+123=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF07B is #400F84. Grayscale: #D4D4D4. Windows color (decimal): -4198277 or 8122559. OLE color: 8122559.
HSL color Cylindrical-coordinate representation of color #BFF07B: hue angle of 85.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF07B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 123 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.06 |
| HSL | 85.13º | 0.8% | 0.71% | - |
| HSV(B) | 85.13º | 0.49% | 0.94% | - |
| XYZ | 56.22 | 74.83 | 30.22 | - |
| YUV | 212.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 123 | 0.20 | 0 | 0.49 | 0.06 | 85.13 | 0.8 | 0.71 |
| Hex | BF | F0 | 7B | 14 | 0 | 31 | 6 | 55 | 50 | 47 |
| Octal | 277 | 360 | 173 | 24 | 0 | 61 | 6 | 125 | 120 | 107 |
| Binary | 10111111 | 11110000 | 1111011 | 10100 | 0 | 110001 | 110 | 1010101 | 1010000 | 1000111 |
Color Harmonies of #BFF07B
Complementary color
Monochromatic Colors of #BFF07B
Black with #BFF07B
Text Example
Text Example
White with #BFF07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF07B; }
p { color: rgb(191,240,123); }
H1.HeaderClassName
{
color: #BFF07B;
}
.AnyTagClassName
{
color: #BFF07B;
}
</style>
background-color css
<style>
a { background-color: #BFF07B; }
a { background-color: rgb(191,240,123); }
div.DivClassName
{
background-color: #BFF07B;
}
.BgClassName
{
background-color: #BFF07B;
}
</style>
border-color css
<style>
span { border-color: #BFF07B; }
span { border-color: rgb(191,240,123); }
td.TdClassName
{
border-color: #BFF07B;
}
.TagClassName
{
border-color: #BFF07B;
}
</style>