Shades of Sulu #BFF278
Tints of Sulu #BFF278
RGB
CMYK
RGB Variations
Color information
#BFF278 (or 0xBFF278) is known color: Sulu. HEX triplet: BF, F2 and 78. RGB value is (191,242,120). Sum of RGB (Red+Green+Blue) = 191+242+120=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF278 is #400D87. Grayscale: #D5D5D5. Windows color (decimal): -4197768 or 7926463. OLE color: 7926463.
HSL color Cylindrical-coordinate representation of color #BFF278: hue angle of 85.08º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFF278 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 120 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.05 |
| HSL | 85.08º | 0.82% | 0.71% | - |
| HSV(B) | 85.08º | 0.5% | 0.95% | - |
| XYZ | 56.63 | 75.94 | 29.44 | - |
| YUV | 212.84 | 75.6 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 120 | 0.21 | 0 | 0.50 | 0.05 | 85.08 | 0.82 | 0.71 |
| Hex | BF | F2 | 78 | 15 | 0 | 32 | 5 | 55 | 52 | 47 |
| Octal | 277 | 362 | 170 | 25 | 0 | 62 | 5 | 125 | 122 | 107 |
| Binary | 10111111 | 11110010 | 1111000 | 10101 | 0 | 110010 | 101 | 1010101 | 1010010 | 1000111 |
Color Harmonies of #BFF278
Complementary color
Monochromatic Colors of #BFF278
Black with #BFF278
Text Example
Text Example
White with #BFF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF278; }
p { color: rgb(191,242,120); }
H1.HeaderClassName
{
color: #BFF278;
}
.AnyTagClassName
{
color: #BFF278;
}
</style>
background-color css
<style>
a { background-color: #BFF278; }
a { background-color: rgb(191,242,120); }
div.DivClassName
{
background-color: #BFF278;
}
.BgClassName
{
background-color: #BFF278;
}
</style>
border-color css
<style>
span { border-color: #BFF278; }
span { border-color: rgb(191,242,120); }
td.TdClassName
{
border-color: #BFF278;
}
.TagClassName
{
border-color: #BFF278;
}
</style>