Shades of Sulu #BFFA74
Tints of Sulu #BFFA74
RGB
CMYK
RGB Variations
Color information
#BFFA74 (or 0xBFFA74) is known color: Sulu. HEX triplet: BF, FA and 74. RGB value is (191,250,116). Sum of RGB (Red+Green+Blue) = 191+250+116=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFA74 is #40058B. Grayscale: #D9D9D9. Windows color (decimal): -4195724 or 7666367. OLE color: 7666367.
HSL color Cylindrical-coordinate representation of color #BFFA74: hue angle of 86.42º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFFA74 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 116 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.02 |
| HSL | 86.42º | 0.93% | 0.72% | - |
| HSV(B) | 86.42º | 0.54% | 0.98% | - |
| XYZ | 58.82 | 80.71 | 29 | - |
| YUV | 217.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 116 | 0.24 | 0 | 0.54 | 0.02 | 86.42 | 0.93 | 0.72 |
| Hex | BF | FA | 74 | 18 | 0 | 36 | 2 | 56 | 5D | 48 |
| Octal | 277 | 372 | 164 | 30 | 0 | 66 | 2 | 126 | 135 | 110 |
| Binary | 10111111 | 11111010 | 1110100 | 11000 | 0 | 110110 | 10 | 1010110 | 1011101 | 1001000 |
Color Harmonies of #BFFA74
Complementary color
Monochromatic Colors of #BFFA74
Black with #BFFA74
Text Example
Text Example
White with #BFFA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA74; }
p { color: rgb(191,250,116); }
H1.HeaderClassName
{
color: #BFFA74;
}
.AnyTagClassName
{
color: #BFFA74;
}
</style>
background-color css
<style>
a { background-color: #BFFA74; }
a { background-color: rgb(191,250,116); }
div.DivClassName
{
background-color: #BFFA74;
}
.BgClassName
{
background-color: #BFFA74;
}
</style>
border-color css
<style>
span { border-color: #BFFA74; }
span { border-color: rgb(191,250,116); }
td.TdClassName
{
border-color: #BFFA74;
}
.TagClassName
{
border-color: #BFFA74;
}
</style>