Shades of Sulu #BFF384
Tints of Sulu #BFF384
RGB
CMYK
RGB Variations
Color information
#BFF384 (or 0xBFF384) is known color: Sulu. HEX triplet: BF, F3 and 84. RGB value is (191,243,132). Sum of RGB (Red+Green+Blue) = 191+243+132=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF384 is #400C7B. Grayscale: #D7D7D7. Windows color (decimal): -4197500 or 8713151. OLE color: 8713151.
HSL color Cylindrical-coordinate representation of color #BFF384: hue angle of 88.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF384 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 132 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.05 |
| HSL | 88.11º | 0.82% | 0.74% | - |
| HSV(B) | 88.11º | 0.46% | 0.95% | - |
| XYZ | 57.7 | 76.84 | 33.62 | - |
| YUV | 214.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 132 | 0.21 | 0 | 0.46 | 0.05 | 88.11 | 0.82 | 0.74 |
| Hex | BF | F3 | 84 | 15 | 0 | 2E | 5 | 58 | 52 | 4A |
| Octal | 277 | 363 | 204 | 25 | 0 | 56 | 5 | 130 | 122 | 112 |
| Binary | 10111111 | 11110011 | 10000100 | 10101 | 0 | 101110 | 101 | 1011000 | 1010010 | 1001010 |
Color Harmonies of #BFF384
Complementary color
Monochromatic Colors of #BFF384
Black with #BFF384
Text Example
Text Example
White with #BFF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF384; }
p { color: rgb(191,243,132); }
H1.HeaderClassName
{
color: #BFF384;
}
.AnyTagClassName
{
color: #BFF384;
}
</style>
background-color css
<style>
a { background-color: #BFF384; }
a { background-color: rgb(191,243,132); }
div.DivClassName
{
background-color: #BFF384;
}
.BgClassName
{
background-color: #BFF384;
}
</style>
border-color css
<style>
span { border-color: #BFF384; }
span { border-color: rgb(191,243,132); }
td.TdClassName
{
border-color: #BFF384;
}
.TagClassName
{
border-color: #BFF384;
}
</style>