Shades of Sulu #BFF277
Tints of Sulu #BFF277
RGB
CMYK
RGB Variations
Color information
#BFF277 (or 0xBFF277) is known color: Sulu. HEX triplet: BF, F2 and 77. RGB value is (191,242,119). Sum of RGB (Red+Green+Blue) = 191+242+119=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF277 is #400D88. Grayscale: #D5D5D5. Windows color (decimal): -4197769 or 7860927. OLE color: 7860927.
HSL color Cylindrical-coordinate representation of color #BFF277: hue angle of 84.88º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFF277 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 119 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.05 |
| HSL | 84.88º | 0.83% | 0.71% | - |
| HSV(B) | 84.88º | 0.51% | 0.95% | - |
| XYZ | 56.57 | 75.91 | 29.12 | - |
| YUV | 212.73 | 75.1 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 119 | 0.21 | 0 | 0.51 | 0.05 | 84.88 | 0.83 | 0.71 |
| Hex | BF | F2 | 77 | 15 | 0 | 33 | 5 | 55 | 53 | 47 |
| Octal | 277 | 362 | 167 | 25 | 0 | 63 | 5 | 125 | 123 | 107 |
| Binary | 10111111 | 11110010 | 1110111 | 10101 | 0 | 110011 | 101 | 1010101 | 1010011 | 1000111 |
Color Harmonies of #BFF277
Complementary color
Monochromatic Colors of #BFF277
Black with #BFF277
Text Example
Text Example
White with #BFF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF277; }
p { color: rgb(191,242,119); }
H1.HeaderClassName
{
color: #BFF277;
}
.AnyTagClassName
{
color: #BFF277;
}
</style>
background-color css
<style>
a { background-color: #BFF277; }
a { background-color: rgb(191,242,119); }
div.DivClassName
{
background-color: #BFF277;
}
.BgClassName
{
background-color: #BFF277;
}
</style>
border-color css
<style>
span { border-color: #BFF277; }
span { border-color: rgb(191,242,119); }
td.TdClassName
{
border-color: #BFF277;
}
.TagClassName
{
border-color: #BFF277;
}
</style>