Shades of Sulu #BFF467
Tints of Sulu #BFF467
RGB
CMYK
RGB Variations
Color information
#BFF467 (or 0xBFF467) is known color: Sulu. HEX triplet: BF, F4 and 67. RGB value is (191,244,103). Sum of RGB (Red+Green+Blue) = 191+244+103=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF467 is #400B98. Grayscale: #D4D4D4. Windows color (decimal): -4197273 or 6812863. OLE color: 6812863.
HSL color Cylindrical-coordinate representation of color #BFF467: hue angle of 82.55º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFF467 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 103 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.04 |
| HSL | 82.55º | 0.87% | 0.68% | - |
| HSV(B) | 82.55º | 0.58% | 0.96% | - |
| XYZ | 56.28 | 76.76 | 24.68 | - |
| YUV | 212.08 | 66.44 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 103 | 0.22 | 0 | 0.58 | 0.04 | 82.55 | 0.87 | 0.68 |
| Hex | BF | F4 | 67 | 16 | 0 | 3A | 4 | 53 | 57 | 44 |
| Octal | 277 | 364 | 147 | 26 | 0 | 72 | 4 | 123 | 127 | 104 |
| Binary | 10111111 | 11110100 | 1100111 | 10110 | 0 | 111010 | 100 | 1010011 | 1010111 | 1000100 |
Color Harmonies of #BFF467
Complementary color
Monochromatic Colors of #BFF467
Black with #BFF467
Text Example
Text Example
White with #BFF467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF467; }
p { color: rgb(191,244,103); }
H1.HeaderClassName
{
color: #BFF467;
}
.AnyTagClassName
{
color: #BFF467;
}
</style>
background-color css
<style>
a { background-color: #BFF467; }
a { background-color: rgb(191,244,103); }
div.DivClassName
{
background-color: #BFF467;
}
.BgClassName
{
background-color: #BFF467;
}
</style>
border-color css
<style>
span { border-color: #BFF467; }
span { border-color: rgb(191,244,103); }
td.TdClassName
{
border-color: #BFF467;
}
.TagClassName
{
border-color: #BFF467;
}
</style>