Shades of Sulu #BFFF7B
Tints of Sulu #BFFF7B
RGB
CMYK
RGB Variations
Color information
#BFFF7B (or 0xBFFF7B) is known color: Sulu. HEX triplet: BF, FF and 7B. RGB value is (191,255,123). Sum of RGB (Red+Green+Blue) = 191+255+123=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF7B is #400084. Grayscale: #DDDDDD. Windows color (decimal): -4194437 or 8126399. OLE color: 8126399.
HSL color Cylindrical-coordinate representation of color #BFFF7B: hue angle of 89.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFFF7B is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 123 | - |
| CMYK | 0.25 | 0 | 0.52 | 0 |
| HSL | 89.09º | 1% | 0.74% | - |
| HSV(B) | 89.09º | 0.52% | 1% | - |
| XYZ | 60.82 | 84.03 | 31.75 | - |
| YUV | 220.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 123 | 0.25 | 0 | 0.52 | 0 | 89.09 | 1 | 0.74 |
| Hex | BF | FF | 7B | 19 | 0 | 34 | 0 | 59 | 64 | 4A |
| Octal | 277 | 377 | 173 | 31 | 0 | 64 | 0 | 131 | 144 | 112 |
| Binary | 10111111 | 11111111 | 1111011 | 11001 | 0 | 110100 | 0 | 1011001 | 1100100 | 1001010 |
Color Harmonies of #BFFF7B
Complementary color
Monochromatic Colors of #BFFF7B
Black with #BFFF7B
Text Example
Text Example
White with #BFFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF7B; }
p { color: rgb(191,255,123); }
H1.HeaderClassName
{
color: #BFFF7B;
}
.AnyTagClassName
{
color: #BFFF7B;
}
</style>
background-color css
<style>
a { background-color: #BFFF7B; }
a { background-color: rgb(191,255,123); }
div.DivClassName
{
background-color: #BFFF7B;
}
.BgClassName
{
background-color: #BFFF7B;
}
</style>
border-color css
<style>
span { border-color: #BFFF7B; }
span { border-color: rgb(191,255,123); }
td.TdClassName
{
border-color: #BFFF7B;
}
.TagClassName
{
border-color: #BFFF7B;
}
</style>