Shades of Sulu #BFFC74
Tints of Sulu #BFFC74
RGB
CMYK
RGB Variations
Color information
#BFFC74 (or 0xBFFC74) is known color: Sulu. HEX triplet: BF, FC and 74. RGB value is (191,252,116). Sum of RGB (Red+Green+Blue) = 191+252+116=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC74 is #40038B. Grayscale: #DADADA. Windows color (decimal): -4195212 or 7666879. OLE color: 7666879.
HSL color Cylindrical-coordinate representation of color #BFFC74: hue angle of 86.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFFC74 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 116 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.01 |
| HSL | 86.91º | 0.96% | 0.72% | - |
| HSV(B) | 86.91º | 0.54% | 0.99% | - |
| XYZ | 59.45 | 81.96 | 29.21 | - |
| YUV | 218.26 | 70.29 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 116 | 0.24 | 0 | 0.54 | 0.01 | 86.91 | 0.96 | 0.72 |
| Hex | BF | FC | 74 | 18 | 0 | 36 | 1 | 57 | 60 | 48 |
| Octal | 277 | 374 | 164 | 30 | 0 | 66 | 1 | 127 | 140 | 110 |
| Binary | 10111111 | 11111100 | 1110100 | 11000 | 0 | 110110 | 1 | 1010111 | 1100000 | 1001000 |
Color Harmonies of #BFFC74
Complementary color
Monochromatic Colors of #BFFC74
Black with #BFFC74
Text Example
Text Example
White with #BFFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC74; }
p { color: rgb(191,252,116); }
H1.HeaderClassName
{
color: #BFFC74;
}
.AnyTagClassName
{
color: #BFFC74;
}
</style>
background-color css
<style>
a { background-color: #BFFC74; }
a { background-color: rgb(191,252,116); }
div.DivClassName
{
background-color: #BFFC74;
}
.BgClassName
{
background-color: #BFFC74;
}
</style>
border-color css
<style>
span { border-color: #BFFC74; }
span { border-color: rgb(191,252,116); }
td.TdClassName
{
border-color: #BFFC74;
}
.TagClassName
{
border-color: #BFFC74;
}
</style>