Shades of Sulu #BFFF7C
Tints of Sulu #BFFF7C
RGB
CMYK
RGB Variations
Color information
#BFFF7C (or 0xBFFF7C) is known color: Sulu. HEX triplet: BF, FF and 7C. RGB value is (191,255,124). Sum of RGB (Red+Green+Blue) = 191+255+124=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF7C is #400083. Grayscale: #DDDDDD. Windows color (decimal): -4194436 or 8191935. OLE color: 8191935.
HSL color Cylindrical-coordinate representation of color #BFFF7C: hue angle of 89.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFFF7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 124 | - |
| CMYK | 0.25 | 0 | 0.51 | 0 |
| HSL | 89.31º | 1% | 0.74% | - |
| HSV(B) | 89.31º | 0.51% | 1% | - |
| XYZ | 60.88 | 84.05 | 32.08 | - |
| YUV | 220.93 | 73.3 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 124 | 0.25 | 0 | 0.51 | 0 | 89.31 | 1 | 0.74 |
| Hex | BF | FF | 7C | 19 | 0 | 33 | 0 | 59 | 64 | 4A |
| Octal | 277 | 377 | 174 | 31 | 0 | 63 | 0 | 131 | 144 | 112 |
| Binary | 10111111 | 11111111 | 1111100 | 11001 | 0 | 110011 | 0 | 1011001 | 1100100 | 1001010 |
Color Harmonies of #BFFF7C
Complementary color
Monochromatic Colors of #BFFF7C
Black with #BFFF7C
Text Example
Text Example
White with #BFFF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF7C; }
p { color: rgb(191,255,124); }
H1.HeaderClassName
{
color: #BFFF7C;
}
.AnyTagClassName
{
color: #BFFF7C;
}
</style>
background-color css
<style>
a { background-color: #BFFF7C; }
a { background-color: rgb(191,255,124); }
div.DivClassName
{
background-color: #BFFF7C;
}
.BgClassName
{
background-color: #BFFF7C;
}
</style>
border-color css
<style>
span { border-color: #BFFF7C; }
span { border-color: rgb(191,255,124); }
td.TdClassName
{
border-color: #BFFF7C;
}
.TagClassName
{
border-color: #BFFF7C;
}
</style>