Shades of Sulu #BFF484
Tints of Sulu #BFF484
RGB
CMYK
RGB Variations
Color information
#BFF484 (or 0xBFF484) is known color: Sulu. HEX triplet: BF, F4 and 84. RGB value is (191,244,132). Sum of RGB (Red+Green+Blue) = 191+244+132=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 244 (95.70% from 255 or 43.03% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF484 is #400B7B. Grayscale: #D7D7D7. Windows color (decimal): -4197244 or 8713407. OLE color: 8713407.
HSL color Cylindrical-coordinate representation of color #BFF484: hue angle of 88.39º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF484 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 132 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.04 |
| HSL | 88.39º | 0.84% | 0.74% | - |
| HSV(B) | 88.39º | 0.46% | 0.96% | - |
| XYZ | 58 | 77.44 | 33.72 | - |
| YUV | 215.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 132 | 0.22 | 0 | 0.46 | 0.04 | 88.39 | 0.84 | 0.74 |
| Hex | BF | F4 | 84 | 16 | 0 | 2E | 4 | 58 | 54 | 4A |
| Octal | 277 | 364 | 204 | 26 | 0 | 56 | 4 | 130 | 124 | 112 |
| Binary | 10111111 | 11110100 | 10000100 | 10110 | 0 | 101110 | 100 | 1011000 | 1010100 | 1001010 |
Color Harmonies of #BFF484
Complementary color
Monochromatic Colors of #BFF484
Black with #BFF484
Text Example
Text Example
White with #BFF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF484; }
p { color: rgb(191,244,132); }
H1.HeaderClassName
{
color: #BFF484;
}
.AnyTagClassName
{
color: #BFF484;
}
</style>
background-color css
<style>
a { background-color: #BFF484; }
a { background-color: rgb(191,244,132); }
div.DivClassName
{
background-color: #BFF484;
}
.BgClassName
{
background-color: #BFF484;
}
</style>
border-color css
<style>
span { border-color: #BFF484; }
span { border-color: rgb(191,244,132); }
td.TdClassName
{
border-color: #BFF484;
}
.TagClassName
{
border-color: #BFF484;
}
</style>