Shades of Sulu #BFF271
Tints of Sulu #BFF271
RGB
CMYK
RGB Variations
Color information
#BFF271 (or 0xBFF271) is known color: Sulu. HEX triplet: BF, F2 and 71. RGB value is (191,242,113). Sum of RGB (Red+Green+Blue) = 191+242+113=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF271 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF271 is #400D8E. Grayscale: #D4D4D4. Windows color (decimal): -4197775 or 7467711. OLE color: 7467711.
HSL color Cylindrical-coordinate representation of color #BFF271: hue angle of 83.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFF271 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 113 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.05 |
| HSL | 83.72º | 0.83% | 0.7% | - |
| HSV(B) | 83.72º | 0.53% | 0.95% | - |
| XYZ | 56.22 | 75.77 | 27.29 | - |
| YUV | 212.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 113 | 0.21 | 0 | 0.53 | 0.05 | 83.72 | 0.83 | 0.7 |
| Hex | BF | F2 | 71 | 15 | 0 | 35 | 5 | 54 | 53 | 46 |
| Octal | 277 | 362 | 161 | 25 | 0 | 65 | 5 | 124 | 123 | 106 |
| Binary | 10111111 | 11110010 | 1110001 | 10101 | 0 | 110101 | 101 | 1010100 | 1010011 | 1000110 |
Color Harmonies of #BFF271
Complementary color
Monochromatic Colors of #BFF271
Black with #BFF271
Text Example
Text Example
White with #BFF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF271; }
p { color: rgb(191,242,113); }
H1.HeaderClassName
{
color: #BFF271;
}
.AnyTagClassName
{
color: #BFF271;
}
</style>
background-color css
<style>
a { background-color: #BFF271; }
a { background-color: rgb(191,242,113); }
div.DivClassName
{
background-color: #BFF271;
}
.BgClassName
{
background-color: #BFF271;
}
</style>
border-color css
<style>
span { border-color: #BFF271; }
span { border-color: rgb(191,242,113); }
td.TdClassName
{
border-color: #BFF271;
}
.TagClassName
{
border-color: #BFF271;
}
</style>